import { TypographyProps } from './typography';
export default function (type: any): {
    (props: TypographyProps): JSX.Element;
    displayName: any;
};
