import { ElementRef, OnInit } from '@angular/core'; import { ModalRef } from '../models'; import { ModalManagerService } from '../services'; import * as i0 from "@angular/core"; export declare class ModalContentDirective implements OnInit { private readonly modalManager; private readonly host; modalRef?: ModalRef | undefined; get id(): string | null; constructor(modalManager: ModalManagerService, host: ElementRef, modalRef?: ModalRef | undefined); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=modal-content.directive.d.ts.map