export declare const useKeyPress: (targetKeyCode: number, callback: () => void) => boolean;