import { SwitchContextState } from '../providers/SwitchProvider/context.js'; import 'react'; import '../types.js'; declare const useSwitchContext: () => SwitchContextState; export { useSwitchContext };