import { type Components } from '@mui/material'; export type FontsUrls = { bold: { woff: string; woff2: string; }; light: { woff: string; woff2: string; }; medium: { woff: string; woff2: string; }; regular: { woff: string; woff2: string; }; }; export declare const MuiTypography: Components['MuiTypography']; export default MuiTypography;