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<{ prefixCls: StringConstructor; width: { type: PropType; }; rows: NumberConstructor; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; rows: NumberConstructor; }>>, {}, {}>; export default SkeletonParagraph;