/** 根据配置项与数据判断图表类型 */
export declare function classifyChart(chartName: string, data: any, config: any): any;
