import { RefObject } from 'react'; import type { UseDragAutoScrollResult } from '../types'; export declare function useDragAutoScroll(anchorRef: RefObject): UseDragAutoScrollResult;