import { isHotkey } from 'is-hotkey'; export { isHotkey }; export declare const MOD: string; /** * 获取快捷键描述 * @param hotkey * @returns {string} */ export declare function getHotkeyDesc(hotkey: any): any; export declare const isMatchSpaceHotkey: any;