import { type MouseEvent as ReactMouseEvent } from 'react'; /** * Hook responsible to return the handler called when clicking on a category action. * When the tooltip has multiple entries, the handler keeps it open after a click. * In both cases it stops propagation to avoid unexpected side effects. * @param hasMultipleItems - */ export declare const useSeriesActionClickHandler: (hasMultipleItems: boolean) => (e: ReactMouseEvent) => void; //# sourceMappingURL=useSeriesActionClickHandler.d.ts.map