import { Dispatch, SetStateAction } from 'react'; declare type Cell = HTMLAnchorElement | HTMLButtonElement; declare const useKeybaordNavigation: (ref: React.MutableRefObject) => [number, Dispatch>, Cell[]]; export default useKeybaordNavigation;