import type { ExtractPropTypes, PropType } from 'vue'; import type { SkeletonAvatarProps as AvatarProps } from './Avatar'; declare 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 declare type SkeletonProps = Partial>>; declare const Skeleton: import("vue").DefineComponent<{ 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; }; }, () => JSX.Element | import("vue").VNode[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, 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; }; }>>, { title: boolean | Partial; }; }>>; round: boolean; active: boolean; loading: boolean; avatar: boolean | SkeletonAvatarProps; paragraph: boolean | Partial; }; rows: NumberConstructor; }>>; }>; export default Skeleton;