export declare const SkeletonParagraph: import("../utils").WithInstall, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { round: boolean; rowWidth: string | number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default SkeletonParagraph; export { skeletonParagraphProps, DEFAULT_ROW_WIDTH } from './SkeletonParagraph'; export type { SkeletonParagraphProps } from './SkeletonParagraph'; declare module 'vue' { interface GlobalComponents { VanSkeletonParagraph: typeof SkeletonParagraph; } }