import { ECharts } from "echarts"; import { XGeoConfiguration } from '../type'; export declare class ChinaMap { chart: ECharts; private options; private initializedOption; constructor(dom: HTMLDivElement); private getBaseOptions; download(name?: string): Promise; private resizeCallback; private addResizeListener; private removeResizeListener; destroy(): void; render(configuration: XGeoConfiguration): void; }