import { MeterChart as MeterChartCore, MeterChartOptions, ChartTabularData } from '@carbon/charts';
import { default as BaseChart } from './BaseChart';
export default class MeterChart extends BaseChart<MeterChartOptions> {
    createChart(chartRef: HTMLDivElement, data: ChartTabularData, options: MeterChartOptions): MeterChartCore;
}
