export declare const useShortcutContext: () => { registerShortcut: (action: import("../utils/shortcuts").ShortcutAction, handler: () => void) => void; }; //# sourceMappingURL=useShortcutContext.d.ts.map