import { SyntheticEvent } from 'react'; import { CategoricalChartFunc } from '../chart/types'; import { RechartsRootState } from './store'; type ExternalEventActionPayload = { reactEvent: E; handler: CategoricalChartFunc | undefined; }; export declare const externalEventAction: import("@reduxjs/toolkit").ActionCreatorWithPayload, string>; export declare const externalEventsMiddleware: import("@reduxjs/toolkit").ListenerMiddlewareInstance, unknown>; export {};