export declare const echartsInstanceMap: any; export declare const removeEchart: () => void; export declare const resize: () => void; export declare const echartInit: (el: HTMLElement, options?: any, opts?: { [key: string]: any; } | undefined) => any;