import { type PropType, type ExtractPropTypes } from 'vue'; import { type Numeric } from '../utils'; export declare type SkeletonAvatarShape = 'square' | 'round'; declare const skeletonProps: { row: { type: (NumberConstructor | StringConstructor)[]; default: number; }; title: BooleanConstructor; round: BooleanConstructor; avatar: BooleanConstructor; loading: { type: BooleanConstructor; default: true; }; animate: { type: BooleanConstructor; default: true; }; avatarSize: (NumberConstructor | StringConstructor)[]; titleWidth: (NumberConstructor | StringConstructor)[]; avatarShape: { type: PropType; default: SkeletonAvatarShape; }; rowWidth: { type: PropType; default: string; }; }; export declare type SkeletonProps = ExtractPropTypes; declare const _default: import("vue").DefineComponent<{ row: { type: (NumberConstructor | StringConstructor)[]; default: number; }; title: BooleanConstructor; round: BooleanConstructor; avatar: BooleanConstructor; loading: { type: BooleanConstructor; default: true; }; animate: { type: BooleanConstructor; default: true; }; avatarSize: (NumberConstructor | StringConstructor)[]; titleWidth: (NumberConstructor | StringConstructor)[]; avatarShape: { type: PropType; default: SkeletonAvatarShape; }; rowWidth: { type: PropType; default: string; }; }, () => JSX.Element | import("vue").VNode[] | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: SkeletonAvatarShape; }; rowWidth: { type: PropType; default: string; }; }>>, { title: boolean; animate: boolean; round: boolean; loading: boolean; row: string | number; avatar: boolean; avatarShape: SkeletonAvatarShape; rowWidth: Numeric | Numeric[]; }>; export default _default;