import { type PropsWithChildren } from 'react'; /** * Only needed for the following features: * * - `` (needed to correctly hydrate client-only components) */ export declare function AsyncContext({ children }: PropsWithChildren): import("react").JSX.Element; //# sourceMappingURL=AsyncContext.d.ts.map