import { OnInit } from '@angular/core'; import type { NotificationService } from '../notification.service'; import * as i0 from "@angular/core"; export declare class NotificationContainerComponent implements OnInit { private notificationService; constructor(notificationService: NotificationService); ngOnInit(): void; get notifications(): { [key: string]: import("@angular/core").ComponentRef[]; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }