import { ComponentFactoryResolver, ViewContainerRef } from '@angular/core'; import { Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class ModalComponent { private resolver; title?: string; close$: Subject; contentContainer: ViewContainerRef; private contentRef?; constructor(resolver: ComponentFactoryResolver); loadContent(component: any, data?: T): void; close(result?: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }