import type { EditableTableState } from '../../state/EditableTable'; import type { FiltersMap } from '@wix/bex-core'; export declare function useKeyboardNavigation(state: EditableTableState): { onKeyDown: (e: React.KeyboardEvent) => void; }; //# sourceMappingURL=useKeyboardNavigation.d.ts.map