import { AfterViewInit, EventEmitter } from '@angular/core'; import { ThemesService } from '@progress-chef/platform-themes-service'; import * as i0 from "@angular/core"; export declare enum Type { success = "success", error = "error", warning = "warning", info = "info", none = "none" } export declare class NotificationComponent implements AfterViewInit { private themesService; type: Type; timeout: number; dismissed: EventEmitter; slideDownAnim: any; get theType(): Type; private timeOutRef; constructor(themesService: ThemesService); ngAfterViewInit(): void; handleClose: () => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }