/// <reference types="react" />
export declare const DEFAULT_ICONS: {
    info: JSX.Element;
    warning: JSX.Element;
    success: JSX.Element;
    error: JSX.Element;
};
export declare const DEFAULT_COLORS: {
    info: string;
    warning: string;
    success: string;
    error: string;
};
