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