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