import Vue from 'vue' export declare class BaseEcharts extends Vue { NAME: string; data?: any; setConfig?: (chain: any, data: any) => void; }