import React from "react"; import { ShortcutContextType } from "./types"; export declare function ShortcutProvider({ children }: { children: React.ReactNode; }): import("react/jsx-runtime").JSX.Element; export declare function useShortcutContext(): ShortcutContextType; //# sourceMappingURL=ShortcutContext.d.ts.map