import { EventEmitter } from '@angular/core'; import { ThemesService } from '@progress-chef/platform-themes-service'; import * as i0 from "@angular/core"; export declare const ALERT_TYPE: { success: string; error: string; warning: string; info: string; }; export declare class AlertComponent { private themesService; type: string; dismissed: EventEmitter; get theType(): string; iconName: string; constructor(themesService: ThemesService); onClose: () => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }