import { KeyboardEvent } from 'react'; export declare const useKeyboardAction: (action: () => void) => (event: KeyboardEvent) => void;