import { ReactNode } from 'react'; export declare function createIndependentContext(): readonly [({ children, value }: { value: ContextValue; children: ReactNode; }) => import("react/jsx-runtime").JSX.Element, () => ContextValue]; //# sourceMappingURL=use-independent-context.hook.d.ts.map