declare const Alert: () => {
    MuiAlertTitle: {
        styleOverrides: {
            root: {
                fontWeight: number;
                fontSize: string;
                lineHeight: string;
            };
        };
    };
};
export default Alert;
