import { OnInit, OnDestroy } from '@angular/core'; import { AlertService, Alert } from '../../../services/alert.service'; import * as i0 from "@angular/core"; export declare class ZekValidation implements OnInit, OnDestroy { private readonly alert; alerts: Alert[]; private subscription?; constructor(alert: AlertService); ngOnInit(): void; ngOnDestroy(): void; clear(): void; remove(alert: Alert): void; cssIcon(alert: Alert): string | undefined; cssAlert(alert: Alert): string | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }