import React from 'react'; import { SkeletonParagraphProps } from './Skeleton.types'; declare const Paragraph: React.FC; export default Paragraph;