type HandleKeyDown = <K>(onAction?: React.KeyboardEventHandler<K>, action?: (ev: any) => void) => (ev: React.KeyboardEvent<K>) => void;
declare const handleKeyDown: HandleKeyDown;
export default handleKeyDown;
