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