import type { KeyboardEventHandler } from 'react'; type ResetFn = () => void; export declare function useKeyboardNavigation