export interface NmAlertIcons { success: string; info: string; warning: string; error: string; }