import { type RefObject } from 'react'; declare const useKeyboardNavigation: (containerRef: RefObject) => void; export default useKeyboardNavigation;