import type { Ref } from 'vue'; export default function useMobileTouchMove(inVirtual: Ref, listRef: Ref, callback: (offsetY: number, smoothOffset?: boolean) => boolean): void;