import * as React from 'react'; import { ITypographyProps } from './Typography.props'; export { ITypographyProps } from './Typography.props'; export declare const Typography: React.ForwardRefExoticComponent & React.RefAttributes>; export default Typography;