import { CtlBase } from './CtlBase'; import { YvEvent } from './YvanEvent'; export declare class CtlECharts extends CtlBase { static create(module: any, vjson: any): CtlECharts; private _echartsHandler; /** * 数据绑定完毕后触发 */ onClick?: YvEvent; setOption(option: any, opts?: any): void; get handle(): any; resize(): void; clear(): void; }