import { TypographyProps as MuiTypographyProps } from '@mui/material'; export type TypographyProps = MuiTypographyProps; export declare const Typography: import('react').ForwardRefExoticComponent & import('react').RefAttributes>;