import { OnDestroy, OnInit } from '@angular/core'; import { ToasterService } from './toaster-service'; import * as i0 from "@angular/core"; export declare class ToasterComponent implements OnInit, OnDestroy { toasterService: ToasterService; constructor(toasterService: ToasterService); toasts: any[]; positionClass: string; position: string; isTemplate(toast: any): boolean; ngOnInit(): void; ngOnDestroy(): void; showInfo(message: string, timerShow?: number): void; showOk(message: string, timerShow?: number): void; showWarning(message: string, timerShow?: number): void; showDanger(message: string, timerShow?: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }