import { Theme } from '@mui/material/styles';
declare const _default: {
    defaultProps?: Partial<import("@mui/material").TypographyProps> | undefined;
    styleOverrides?: Partial<import("@mui/material/styles/overrides").OverridesStyleRules<keyof import("@mui/material").TypographyClasses, "MuiTypography", Theme>> | undefined;
    variants?: {
        props: Partial<import("@mui/material").TypographyProps> | ((props: Partial<import("@mui/material").TypographyProps> & {
            ownerState: Partial<import("@mui/material").TypographyProps>;
        }) => boolean);
        style: import("@mui/styled-engine").Interpolation<{
            theme: Theme;
        }>;
    }[] | undefined;
} | undefined;
export default _default;
