import React from 'react'; export declare const useMobileTouchMove: (inVirtual: boolean, listRef: React.RefObject, callback: (offsetY: number, smoothOffset?: boolean) => boolean) => void;