import { OnInit, OnDestroy } from '@angular/core'; import { AlertService, Toast } from '../../../services/alert.service'; import { NumberInput } from '../../../components'; import * as i0 from "@angular/core"; export declare class ZekToast implements OnInit, OnDestroy { private readonly alertService; get delay(): number; set delay(v: NumberInput); _delay: number; icon: boolean; toasts: any[]; private _subscription?; private _timeout; constructor(alertService: AlertService); ngOnInit(): void; ngOnDestroy(): void; clear(): void; remove(toast: Toast): void; clearTimeout(): void; cssInit(toast: Toast): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }