import { RefObject } from 'react'; export declare function useKeyPress(targetKey: string, ref: RefObject): boolean;