import { OnInit, OnDestroy } from '@angular/core'; import { AlertService, Toast } from 'zek'; import * as i0 from "@angular/core"; export declare class ToastComponent implements OnInit, OnDestroy { private readonly alertService; timeOut?: number; 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; }