import React from 'react'; declare type SkeletonParagraphProps = { style?: React.CSSProperties; className?: string; }; export declare const SkeletonParagraph: (props: SkeletonParagraphProps) => JSX.Element; export {};