import { UseKeyboardNavigationProps } from './types'; export declare const useKeyboardNavigation: ({ isParentCursorEnabled, setCursor, options, handleOuterClick, ref }: UseKeyboardNavigationProps) => void;