import { RefObject } from 'react'; export declare const selectRight: (boardRef: RefObject) => (rowKey: number, bitKey: number) => void;