import { Dispatch, SetStateAction } from 'react'; import { EventSource } from '../types'; export declare function useHandleOnMouseDown(setEventSource: Dispatch>, handleSliderMove: (event: any) => void, setDragging: (dragging: boolean) => void, handleMoveStart: (event: any) => void): (event: any) => void;