import React from 'react'; export interface EditingCellsArgs { editWithValue?: string; isMetaKey?: boolean; isControlKey?: boolean; } export declare const useKeyEvents: () => { handleKeyDown: (event: React.KeyboardEvent) => void; handleKeyUp: (event: React.KeyboardEvent) => void; }; //# sourceMappingURL=useKeyEvents.d.ts.map