import { ChangeDetectorRef, OnDestroy, OnInit } from "@angular/core"; import { KwikUIToasterService } from "./toaster.service"; import * as i0 from "@angular/core"; export declare class KwikUIToasterComponent implements OnInit, OnDestroy { toasterService: KwikUIToasterService; private cdr; isToasterVisible: boolean; private toasterSubscription; constructor(toasterService: KwikUIToasterService, cdr: ChangeDetectorRef); ngOnInit(): void; ngOnDestroy(): void; /** * Returns animation parameters based on toaster position */ getAnimationParams(): { enterTransform: string; exitTransform: string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }