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<AgGaugeOptions> {
    protected ngZone: NgZone;
    options: AgGaugeOptions;
    onChartReady: EventEmitter<AgChartInstance>;
    constructor(elementDef: ElementRef, ngZone: NgZone);
    protected createChart(options: AgGaugeOptions): AgChartInstance<AgGaugeOptions>;
    static ɵfac: i0.ɵɵFactoryDeclaration<AgGauge, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AgGauge, "ag-gauge", never, { "options": { "alias": "options"; "required": false; }; }, { "onChartReady": "onChartReady"; }, never, never, true, never>;
}
