import * as React from 'react'; import type { SwitchRootState } from './SwitchRoot'; export type SwitchRootContext = SwitchRootState; export declare const SwitchRootContext: React.Context; export declare function useSwitchRootContext(): SwitchRootState; //# sourceMappingURL=SwitchRootContext.d.ts.map