import { ElementRef, OnDestroy, OnInit } from '@angular/core'; import { ModalService } from '../../service/modal.service'; import * as i0 from "@angular/core"; export declare class ModalComponent implements OnInit, OnDestroy { private _modalSvc; private _el; id: string; title?: string; buttons: any[]; private element; constructor(_modalSvc: ModalService, _el: ElementRef); ngOnInit(): void; ngOnDestroy(): void; open(): void; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }