type ShortcutCallback = (event: KeyboardEvent) => void; interface ShortcutContextType { add: (shortcut: ShortcutCallback) => void; delete: (shortcut: ShortcutCallback) => void; } export declare const context: import("react").Context; export {}; //# sourceMappingURL=context.d.ts.map