/// <reference types="react" />
import { TypographyType } from './type/BaseTypography';
declare const Paragraph: React.FC<TypographyType>;
export { Paragraph };
