import React from 'react'; import { Props as TypographyStyleProps } from './TypographyStyle'; export declare type Props = TypographyStyleProps & React.HTMLAttributes; declare const Typography: React.FC; export default Typography; //# sourceMappingURL=Typography.d.ts.map