/// import { ToastProps } from '@kite_aerolab/shared/components'; export declare const toastListFadeAnimation: import("@angular/animations").AnimationTriggerMetadata; export declare class ToastListComponent { /** * Duración del toast en MS */ duration: number; /** * Duración del toast en MS */ autoHide: boolean; /** * Variante del toast (informative, warning o success) */ css: ToastProps['css']; interval: NodeJS.Timeout; /** * Duración del toast en MS */ private _toasts; get toasts(): ToastProps[]; set toasts(toasts: ToastProps[]); get toastList(): string[]; if(interval: any): void; deleteToast(id: string): void; } //# sourceMappingURL=toast-list.component.d.ts.map