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