import { IKeyCode } from '../types'; export declare const getBitByKeyCode: (keyCode: number, shiftKey: boolean) => IKeyCode | null;