import { ElementRef, EventEmitter, NgZone } from '@angular/core'; import { AgChartInstance, AgFinancialChartOptions } from 'ag-charts-community'; import { AgChartsBase } from './ag-charts-base'; import * as i0 from "@angular/core"; export declare class AgFinancialCharts extends AgChartsBase { protected ngZone: NgZone; options: AgFinancialChartOptions; chartReady: EventEmitter; constructor(elementDef: ElementRef, ngZone: NgZone); protected createChart(options: AgFinancialChartOptions): AgChartInstance; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }