import { Chart } from "../chart"; import { ChartConfig, GaugeChartOptions } from "../interfaces/index"; export declare class GaugeChart extends Chart { constructor(holder: Element, chartConfigs: ChartConfig); getComponents(): any[]; }