import React from 'react';
import { TypographyParagraphProps } from './interface';
declare const Paragraph: React.ForwardRefExoticComponent<TypographyParagraphProps & React.RefAttributes<unknown>>;
export default Paragraph;
