import { DefineComponent } from 'vue' import { EChartsOption } from 'echarts' export const MlCharts: DefineComponent<{ options?: EChartsOption, height?: string width?: string lazyLoad?: boolean }>