import { UseKeyboardNavigationProps } from './types'; export declare const useKeyboardNavigation: ({ cursor, setCursor, isHovered, setIsHovered, options, handleSelectAllClick, checkboxGroupRef }: UseKeyboardNavigationProps) => { isSelectionKeyPressed: boolean; };