/// declare const _default: ({ label: string; key: string; hotkeys: { name: string; content: import("react").JSX.Element; }[]; children?: undefined; } | { label: string; key: string; children: { label: string; key: string; hotkeys: { name: string; content: import("react").JSX.Element; }[]; }[]; hotkeys?: undefined; })[]; export default _default; //# sourceMappingURL=hotkeys.const.d.ts.map