import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ToasterService { toasts: any[]; show(textOrTpl: string | TemplateRef, options?: any): void; remove(toast: any): void; clear(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }