import { MutableRefObject, RefObject } from 'react'; import { IEchartModalBase } from './core/eChartBase'; import type IEcharts from './echarts'; export declare function useChart(ref: RefObject | MutableRefObject): IEcharts.ECharts; /** * @deprecated The method should not be used */ export declare function useWedaChart(domRef: any, ModalClass: IEchartModalBase, options: IEcharts.EChartsCoreOption): void;