import { FunctionComponent } from 'react'; import { TypographyProps } from './types'; declare const Typography: FunctionComponent & { renderType: string; }>; export default Typography;