/// import { IAlert } from './AlertTypes'; export declare const TOAST_COLOR: { [key: string]: { border: IAlert.ColorFamily; background: IAlert.ColorFamily; icon: IAlert.ColorFamily; [key: string]: any; }; }; export declare const getIcon: (type: IAlert.AlertType) => import("react").JSX.Element; export declare const getTooltipColorFor: (type: string, key: string) => any; export declare const alertIcons: { info: import("react").JSX.Element; success: import("react").JSX.Element; error: import("react").JSX.Element; warning: import("react").JSX.Element; promise: import("react").JSX.Element; alert: import("react").JSX.Element; }; export declare const switchStyles: (type: IAlert.AlertType, theme: any) => { background: any; border: string; }; export declare const closeIcon: import("react").JSX.Element;