import { type RefObject } from 'react'; export declare function useKeyboardNavigation(wrapperRef: RefObject, dummyFocusRef: RefObject): void;