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