import { SignalScope } from '../internals/contexts.js'; import { Context } from '../types.js'; export declare const ScopeContext: import("react").Context; export declare function useScope(): SignalScope | undefined; export declare function useContext(context: Context): T; //# sourceMappingURL=context.d.ts.map