import type { ExtractPropTypes, PropType } from 'vue'; declare type widthUnit = number | string; export declare const skeletonParagraphProps: () => { prefixCls: StringConstructor; width: { type: PropType; }; rows: NumberConstructor; }; export declare type SkeletonParagraphProps = Partial>>; declare const SkeletonParagraph: import("vue").DefineComponent<{ prefixCls: StringConstructor; width: { type: PropType; }; rows: NumberConstructor; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; }; rows: NumberConstructor; }>>, {}>; export default SkeletonParagraph;