export function comboToLabel(def: any, useSymbols?: boolean): any; export function hotkeysById(hotkeys: any, mode?: string): (id: any) => any; export function getHotkeyProps(def: any, id: any): any; export function withHotkeys(hotkeys: any, handlers: any): ({ children }?: {}) => import("react/jsx-runtime").JSX.Element;