export declare const useSelectionScroller: ({ headers, topLeftRef, bottomRightRef, }: { headers: { height: number; }[]; topLeftRef: { readonly current: HTMLDivElement | null; }; bottomRightRef: { readonly current: HTMLDivElement | null; }; }) => void;