import { EchartsState, EventHooks } from '../types'; export declare const useEvents: (state: EchartsState) => EventHooks;