export declare const STATE_MAP: { readonly SUCCESS: "success"; readonly INFO: "info"; readonly WARNING: "warning"; readonly ERROR: "error"; }; export declare const STATE_COLORS_MAP: { arc: { success: { iconColor: string; textColor: string; backgroundColor: string; }; info: { iconColor: string; textColor: string; backgroundColor: string; }; warning: { iconColor: string; textColor: string; backgroundColor: string; }; error: { iconColor: string; textColor: string; backgroundColor: string; }; }; codementor: { success: { iconColor: string; textColor: string; backgroundColor: string; }; info: { iconColor: string; textColor: string; backgroundColor: string; }; warning: { iconColor: string; textColor: string; backgroundColor: string; }; error: { iconColor: string; textColor: string; backgroundColor: string; }; }; devprojects: { error: { iconColor: string; textColor: string; backgroundColor: string; }; }; "cm-events": { error: { iconColor: string; textColor: string; backgroundColor: string; }; }; };