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