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