export declare class KeyCode { static M_CANCEL: number; static M_HELP: number; static M_BACK_SPACE: number; static M_TAB: number; static M_CLEAR: number; static M_RETURN: number; static M_ENTER: number; static M_SHIFT: number; static M_CONTROL: number; static M_ALT: number; static M_PAUSE: number; static M_CAPS_LOCK: number; static M_ESCAPE: number; static M_SPACE: number; static M_PAGE_UP: number; static M_PAGE_DOWN: number; static M_END: number; static M_HOME: number; static M_LEFT: number; static M_UP: number; static M_RIGHT: number; static M_DOWN: number; static M_PRINTSCREEN: number; static M_INSERT: number; static M_DELETE: number; static M_0: number; static M_1: number; static M_2: number; static M_3: number; static M_4: number; static M_5: number; static M_6: number; static M_7: number; static M_8: number; static M_9: number; static M_SEMICOLON: number; static M_EQUALS: number; static M_A: number; static M_B: number; static M_C: number; static M_D: number; static M_E: number; static M_F: number; static M_G: number; static M_H: number; static M_I: number; static M_J: number; static M_K: number; static M_L: number; static M_M: number; static M_N: number; static M_O: number; static M_P: number; static M_Q: number; static M_R: number; static M_S: number; static M_T: number; static M_U: number; static M_V: number; static M_W: number; static M_X: number; static M_Y: number; static M_Z: number; static M_CONTEXT_MENU: number; static M_NUMPAD0: number; static M_NUMPAD1: number; static M_NUMPAD2: number; static M_NUMPAD3: number; static M_NUMPAD4: number; static M_NUMPAD5: number; static M_NUMPAD6: number; static M_NUMPAD7: number; static M_NUMPAD8: number; static M_NUMPAD9: number; static M_MULTIPLY: number; static M_ADD: number; static M_SEPARATOR: number; static M_SUBTRACT: number; static M_DECIMAL: number; static M_DIVIDE: number; static M_F1: number; static M_F2: number; static M_F3: number; static M_F4: number; static M_F5: number; static M_F6: number; static M_F7: number; static M_F8: number; static M_F9: number; static M_F10: number; static M_F11: number; static M_F12: number; static M_F13: number; static M_F14: number; static M_F15: number; static M_F16: number; static M_F17: number; static M_F18: number; static M_F19: number; static M_F20: number; static M_F21: number; static M_F22: number; static M_F23: number; static M_F24: number; static M_NUM_LOCK: number; static M_SCROLL_LOCK: number; static M_COMMA: number; static M_PERIOD: number; static M_SLASH: number; static M_BACK_QUOTE: number; static M_OPEN_BRACKET: number; static M_BACK_SLASH: number; static M_CLOSE_BRACKET: number; static M_QUOTE: number; static M_META: number; } //# sourceMappingURL=keycode.d.ts.map