import { AfterViewInit, OnInit } from '@angular/core'; import { IntPortalOutletService } from "../../../portal-outlet"; import { IntNotificationsService } from "../../services/int-notifications.service"; import * as i0 from "@angular/core"; export declare class NotificationRootComponent implements OnInit, AfterViewInit { private readonly portal; private readonly service; private readonly defaultNotificationTemplate; templates$: import("rxjs").BehaviorSubject; constructor(portal: IntPortalOutletService, service: IntNotificationsService); ngAfterViewInit(): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }