import { OnInit, ViewContainerRef } from "@angular/core"; import { IntPortalOutletService } from "./int-portal-outlet.service"; import * as i0 from "@angular/core"; export declare class IntPortalOutletComponent implements OnInit { private readonly containerRef; private readonly portalService; templates$: import("rxjs").BehaviorSubject; constructor(containerRef: ViewContainerRef, portalService: IntPortalOutletService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }