/** @component modal-container */ import { OnInit } from '@angular/core'; import { ModalContent, ModalRef } from './modal-ref'; export declare class ModalContainerComponent implements OnInit { private modalRef; content: ModalContent; context: any; constructor(modalRef: ModalRef); ngOnInit(): void; }