import * as i0 from "@angular/core"; export declare class ToasterService { toasts: any[]; private toastIdCounter; success(message: string): void; error(message: string): void; warning(message: string): void; info(message: string): void; showToast(type: string, iconName: string, iconColor: string, message: string): void; removeToast(id: string): void; removeToastAfter5Seconds(id: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }