export interface Icons {
    alert: string;
    error: string;
    info: string;
    success: string;
}
export declare const defaultIcons: Icons;
