import { ChartTypeConfig } from '../../charts/chartConfigs';
/**
 * Configuration for the bar chart type
 */
export declare const barChartConfig: ChartTypeConfig;
