import { ElementRef, OnInit } from '@angular/core'; import { ModalRef } from '../models'; import { ModalManagerService } from '../services'; import * as i0 from "@angular/core"; export declare class ModalCloseDirective implements OnInit { private readonly modalManager; private readonly host; modalRef?: ModalRef | undefined; result: T; constructor(modalManager: ModalManagerService, host: ElementRef, modalRef?: ModalRef | undefined); ngOnInit(): void; onClose(): void; static ɵfac: i0.ɵɵFactoryDeclaration, [null, null, { optional: true; }]>; static ɵdir: i0.ɵɵDirectiveDeclaration, "[uibModalClose]", never, { "result": "uibModalClose"; }, {}, never>; } //# sourceMappingURL=modal-close.directive.d.ts.map