export default KEYS; declare namespace KEYS { let ENTER: string; let ESCAPE: string; let IE11_ESC: string; let SHIFT: string; }