import { FC, PropsWithChildren } from 'react'; import { SwitchContextState } from './context.js'; import '../../types.js'; type SwitchProviderProps = SwitchContextState; declare const SwitchProvider: FC>; export { SwitchProvider, type SwitchProviderProps };