import React from 'react'; import { TypographyProps } from './Typography.types'; export declare const Typography: React.ForwardRefExoticComponent & React.RefAttributes>; export default Typography;