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