import { OnInit, ViewContainerRef } from '@angular/core'; import { ModalService } from '../modal.service'; import * as i0 from "@angular/core"; /** * The modal container component is a container for the modal components. */ export declare class ModalContainerComponent implements OnInit { private modalService; viewContainerRef: ViewContainerRef; constructor(modalService: ModalService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }