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