import { TypographyProps } from '@mui/material' export interface TypographyWithEllipsisProps extends TypographyProps { lineClamp?: number }