import { Actions as ActionsReturn, EchartsState } from '../types';
export declare const useActions: (state: EchartsState) => ActionsReturn;
