import { AlertColor } from '@mui/material';
export declare const getIcons: (severity: AlertColor | undefined) => import("react/jsx-runtime").JSX.Element;
export declare const getBackgroundColor: (severity: AlertColor | undefined) => import("csstype").Property.Color | undefined;
export declare const getAccentColor: (severity: AlertColor | undefined) => import("csstype").Property.Color | undefined;
