import React from 'react'; import { ParagraphSkeletonProps } from '.'; export declare function ParagraphSkeleton({ darkMode: darkModeProp, enableAnimations, withHeader, className, ...rest }: ParagraphSkeletonProps): React.JSX.Element; export declare namespace ParagraphSkeleton { var displayName: string; } //# sourceMappingURL=ParagraphSkeleton.d.ts.map