import * as echartsNamespace from 'echarts'; export { echartsNamespace as echarts }; export * from 'echarts'; /** * Mount echarts to window for debugging */ export declare function registerEchartsToWindow(): void; export declare function resgisterEchartsTheme(): void; //# sourceMappingURL=echarts.d.ts.map