import { ApplicationRef, EmbeddedViewRef, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PortalComponent { private appRef; private doc; viewRef: EmbeddedViewRef; portalContainer: HTMLElement; templateRef: TemplateRef; document: Document; constructor(appRef: ApplicationRef, doc: any); addContent(): void; open(): void; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }