import type * as React from 'react'; export default function useMobileTouchMove(inVirtual: boolean, listRef: React.RefObject, callback: (isHorizontal: boolean, offset: number, smoothOffset: boolean, e?: TouchEvent) => boolean): void;