export declare const useKeyboard: (code: string, callback?: (event: KeyboardEvent) => void) => void;