import { RefObject } from 'react';
export declare function useTableScrollToFn(bodyRef: RefObject<HTMLDivElement | null>): (offset: number, options: {
    adjustments?: number;
    behavior?: "auto" | "smooth";
}, instance: import('@tanstack/react-virtual').Virtualizer<any, any>) => void;
