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