import { Theme } from '@mui/material/styles';
export default function Typography(theme: Theme): {
    MuiTypography: {
        styleOverrides: {
            h3: {
                display: string;
            };
            h4: {
                fontWeight: number;
                display: string;
            };
        };
    };
};
