export namespace MuiAlertTheme { namespace styleOverrides { namespace message { let fontSize: string; } let action: { color: string; "& .MuiButton-root": { fontSize: string; padding: string; }; }; let filled: { "& .MuiAlert-action": { color: string; }; }; let standard: { border: string; "& .MuiAlertTitle-root": { color: string; }; }; let outlined: { "& .MuiAlertTitle-root": { color: string; }; '& .MuiAlert-message': { color: string; }; }; namespace filledSuccess { let color: string; } namespace filledError { let backgroundColor: string; } namespace filledWarning { let color_1: string; export { color_1 as color }; } namespace filledInfo { let color_2: string; export { color_2 as color }; let backgroundColor_1: string; export { backgroundColor_1 as backgroundColor }; } let outlinedInfo: { borderColor: string; "& .MuiAlert-icon": { color: string; }; }; namespace outlinedError { let borderColor: string; } namespace outlinedWarning { let borderColor_1: string; export { borderColor_1 as borderColor }; } namespace outlinedSuccess { let borderColor_2: string; export { borderColor_2 as borderColor }; } let standardInfo: { color: string; backgroundColor: string; borderColor: string; "& .MuiAlert-icon": { color: string; }; "& .MuiAlert-action .MuiButton-text": { color: string; }; }; let standardError: { color: string; backgroundColor: string; borderColor: string; "& .MuiAlert-action .MuiButton-text": { color: string; }; }; let standardSuccess: { color: string; backgroundColor: string; borderColor: string; "& .MuiAlert-action .MuiButton-text": { color: string; }; }; let standardWarning: { color: string; backgroundColor: string; borderColor: string; "& .MuiAlert-action .MuiButton-text": { color: string; }; }; } }