import { ModalRef } from '../models'; import * as i0 from "@angular/core"; export declare class ModalManagerService { private activeModals; getModal(id?: ModalRef['id'] | null): ModalRef | undefined; activate(modalRef: ModalRef): void; deactivate(modalRef: ModalRef): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=modal-manager.service.d.ts.map