import * as allEChartsOptions from './chart-option'; export type AllChartOptions = typeof allEChartsOptions; export type ChartType = keyof AllChartOptions; export declare function wipeOptionData(options: any): any; export declare function wipeCategoryData(option: any): void; export declare function getChartOption(type: ChartType): any; export default allEChartsOptions;