import { OnInit, ElementRef, OnChanges, SimpleChanges } from '@angular/core'; import { ModalService } from '../modal.service'; import * as i0 from "@angular/core"; export declare class MarxModalComponent implements OnInit, OnChanges { private modalService; private el; id: string; zIndexValue: number; private element; constructor(modalService: ModalService, el: ElementRef); ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; ngOnDestroy(): void; open(): void; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=modal.component.d.ts.map