import React from 'react';
import { TypographyProps } from './Typography.types';
declare type MuiVariant = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'body1' | 'body2';
declare const _default: (muiVariant: MuiVariant) => React.FC<TypographyProps>;
export default _default;