import { TypographyProps as MuiTypographyProps } from '@material-ui/core/Typography'; export interface TypographyProps extends MuiTypographyProps { primary?: boolean; secondary?: boolean; darkBlue?: boolean; thirdary?: boolean; white?: boolean; black?: boolean; error?: boolean; red?: boolean; link?: boolean; fontWeight?: string | number; left?: boolean; center?: boolean; centerOnSmall?: boolean; right?: boolean; margin?: string | number; marginBottom?: string | number; padding?: string | number; divider?: boolean; italic?: boolean; unselected?: boolean; }