import { OnInit } from '@angular/core'; import { ReplaySubject } from 'rxjs'; import { Toaster } from '../../models'; import * as i0 from "@angular/core"; export declare class ToastContainerComponent implements OnInit { toasts$: ReplaySubject; remove: (toastId: number) => void; toasts: Toaster.Toast[]; top?: string; right: string; bottom: string; left?: string; toastKey?: string; ngOnInit(): void; trackByFunc(index: number, toast: Toaster.Toast): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }