export declare const defaultIcon: {
    success: string;
    notice: string;
    warning: string;
    error: string;
    action: string;
};
