import type { ExtractPropTypes, PropType } from 'vue'; type widthUnit = number | string; export declare const skeletonParagraphProps: () => { prefixCls: StringConstructor; width: { type: PropType; }; rows: NumberConstructor; }; export type SkeletonParagraphProps = Partial>>; declare const SkeletonParagraph: import("vue").DefineComponent; }; rows: NumberConstructor; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; rows: NumberConstructor; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default SkeletonParagraph;