import {
  TypographyProps,
} from '@material-ui/core/Typography';

export type ITypographyOwnProps = TypographyProps;
