import type React from 'react'; export declare const COMMON_IME_CONTROL_KEYS: string[]; interface UseKeyboardActionLockerWhileComposingProps { keysToLock?: string[]; onKeyDown?: React.KeyboardEventHandler; onKeyUp?: React.KeyboardEventHandler; } export declare function useKeyboardActionLockerWhileComposing({ keysToLock, onKeyDown, onKeyUp, }: UseKeyboardActionLockerWhileComposingProps): { handleKeyDown: React.KeyboardEventHandler | undefined; handleKeyUp: React.KeyboardEventHandler | undefined; }; export {}; //# sourceMappingURL=useKeyboardActionLockerWhileComposing.d.ts.map