export type SkeletonParagraphProps = {
    numRows?: number;
    rowHeight?: string;
    className?: string;
};
/**
 * Skeleton component designed to mimic a paragraph.
 */
export declare function SkeletonParagraph({ numRows, rowHeight, className, }: SkeletonParagraphProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=SkeletonParagraph.d.ts.map