import { TypographyParagraphProps } from './interface';
declare function Paragraph(props: TypographyParagraphProps): JSX.Element;
declare namespace Paragraph {
    var displayName: string;
}
export default Paragraph;
