import * as i0 from "@angular/core"; export declare class ToasterComponent { private toastService; toasts: import("@angular/core").WritableSignal; iconType: { success: string; error: string; info: string; warning: string; }; get toastNormal(): import("ng-components-tsi").Toast[]; get toastWebPush(): import("ng-components-tsi").Toast[]; get hasWebPush(): boolean; removeToast(id: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }