import { ApplicationRef, Injector, ComponentFactoryResolver } from '@angular/core'; import { FishModalRef } from './modal-ref'; export declare class FishModalStack { private _applicationRef; private _injector; private _componentFactoryResolver; private _backdropFactory; private _windowFactory; constructor(_applicationRef: ApplicationRef, _injector: Injector, _componentFactoryResolver: ComponentFactoryResolver); open(moduleCFR: ComponentFactoryResolver, contentInjector: Injector, content: any, options: any): FishModalRef; private _applyWindowOptions(windowInstance, options); private _getContentRef(moduleCFR, contentInjector, content, context); }