import { EventEmitter, OnInit, Type, ViewContainerRef } from '@angular/core'; import * as i0 from "@angular/core"; /** * A helper component used to embed a component instance into the {@link ModalDialogComponent} */ export declare class DialogComponentOutletComponent implements OnInit { private viewContainerRef; component: Type; create: EventEmitter; constructor(viewContainerRef: ViewContainerRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }