import { TypographyVariantsOptions } from "@mui/material/styles"; import { TypographyStyleOptions } from "@mui/material/styles/createTypography"; declare module "@mui/material/styles" { interface TypographyVariantsOptions { body3?: TypographyStyleOptions; } } declare const typography: TypographyVariantsOptions; export default typography;