declare const variantMapping: { h1: string; h2: string; h3: string; h4: string; h5: string; h6: string; subtitle1: string; subtitle2: string; body1: string; body2: string; inherit: string; button: string; caption: string; overline: string; }; declare const MuiTypography: import("react").ForwardRefExoticComponent & Omit, HTMLParagraphElement>, "ref">, "render"> & import("react").RefAttributes>; export { MuiTypography, variantMapping };