import { AfterViewInit, ElementRef, Renderer2 } from '@angular/core'; import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; import * as i0 from "@angular/core"; export declare class ChartDetailModalComponent implements AfterViewInit { activeModal: NgbActiveModal; private el; private renderer; data: any; clientX: number; clientY: number; constructor(activeModal: NgbActiveModal, el: ElementRef, renderer: Renderer2); ngAfterViewInit(): void; private adjustPosition; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }