import type { Theme } from '@mui/material/styles';
import type { AllowedAlertSeverity } from './MIAlert';
export declare const getIcon: (severity?: AllowedAlertSeverity) => import("react/jsx-runtime").JSX.Element;
export declare const getColor: (theme: Theme, severity?: AllowedAlertSeverity) => string;
