import type { ExtractPropTypes, PropType } from 'vue'; import type { SkeletonAvatarProps as AvatarProps } from './Avatar'; type SkeletonAvatarProps = Omit; export declare const skeletonProps: () => { active: { type: BooleanConstructor; default: any; }; loading: { type: BooleanConstructor; default: any; }; prefixCls: StringConstructor; avatar: { type: PropType; default: boolean | SkeletonAvatarProps; }; title: { type: PropType; }; }>>>; default: boolean | Partial; }; }>>; }; paragraph: { type: PropType; }; rows: NumberConstructor; }>>>; default: boolean | Partial; }; rows: NumberConstructor; }>>; }; round: { type: BooleanConstructor; default: any; }; }; export type SkeletonProps = Partial>>; declare const Skeleton: import("vue").DefineComponent; default: boolean | SkeletonAvatarProps; }; title: { type: PropType; }; }>>>; default: boolean | Partial; }; }>>; }; paragraph: { type: PropType; }; rows: NumberConstructor; }>>>; default: boolean | Partial; }; rows: NumberConstructor; }>>; }; round: { type: BooleanConstructor; default: any; }; }>, () => import("../_util/type").VueNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: boolean | SkeletonAvatarProps; }; title: { type: PropType; }; }>>>; default: boolean | Partial; }; }>>; }; paragraph: { type: PropType; }; rows: NumberConstructor; }>>>; default: boolean | Partial; }; rows: NumberConstructor; }>>; }; round: { type: BooleanConstructor; default: any; }; }>> & Readonly<{}>, { title: boolean | Partial; }; }>>; round: boolean; active: boolean; loading: boolean; avatar: boolean | SkeletonAvatarProps; paragraph: boolean | Partial; }; rows: NumberConstructor; }>>; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default Skeleton;