import { TypographyVariants } from './typography.styles';
import { TypographyProps } from './typography.types';
import * as React from 'react';
declare const Typography: React.ForwardRefExoticComponent<TypographyProps & React.RefAttributes<HTMLHeadingElement | HTMLParagraphElement>>;
export { Typography, TypographyVariants };
//# sourceMappingURL=typography.d.ts.map