export declare type AlertTypes = 'success' | 'info' | 'warning' | 'error'; export declare const alertColorTypes: { [key: string]: { background: string; color: string; }; }; //# sourceMappingURL=alert.d.ts.map