import { SwitchContext } from "./switch.types.js";
//#region src/switch/context.d.ts
declare const SwitchProvider: import("react").Provider<SwitchContext>, useSwitchContext: () => SwitchContext;
//#endregion
export { SwitchProvider, useSwitchContext };

//# sourceMappingURL=context.d.ts.map