/// export declare function useHoverIdx(): { hoverIdx: string; setHoverIdx: import("lodash").DebouncedFunc>>; isDragging: boolean; setIsDragging: import("react").Dispatch>; direction: string; setDirection: import("lodash").DebouncedFunc>>; };