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