export declare const useKeypress: (key: string, callback?: (e: KeyboardEvent) => void) => void; export default useKeypress;