import * as vue4 from "vue"; //#region src/skeleton/Paragraph.d.ts type WidthUnit = number | string; interface SkeletonParagraphProps { prefixCls?: string; rootClass?: string; width?: WidthUnit | Array; rows?: number; } declare const Paragraph: vue4.DefineSetupFnComponent; //#endregion export { SkeletonParagraphProps, Paragraph as default };