import { AxisChart } from "../axis-chart"; import { BarChartOptions, ChartConfig } from "../interfaces/index"; export declare class SimpleBarChart extends AxisChart { constructor(holder: Element, chartConfigs: ChartConfig); getComponents(): any[]; }