import type { MutableRefObject } from 'react';
export declare const useTableScrollHandles: (ref: any, dispatch: any) => MutableRefObject<any>[];
