import type { ReactTableHooks } from '../types/index.js';
export declare const useRowNavigationIndicators: (hooks: ReactTableHooks) => void;
