export declare const useKeyPress: (targetKey: string, onDown?: () => void, onUp?: () => void) => void;
