use typography material ui with typescript code example
Example: Typography material ui import
import Typography from '@material-ui/core/Typography';
// or
import { Typography } from '@material-ui/core';
import Typography from '@material-ui/core/Typography';
// or
import { Typography } from '@material-ui/core';