import { type PropsWithChildren } from "react";
import type { OberonAdapter, OberonServerActions } from "./lib/dtd";
export declare function OberonProvider({ children, adapter, actions, path, searchParams, }: PropsWithChildren<{
    adapter: OberonAdapter;
    actions: OberonServerActions;
    path: string[];
    searchParams: {
        [key: string]: string | string[] | undefined;
    };
}>): Promise<import("react/jsx-runtime").JSX.Element>;
//# sourceMappingURL=provider.d.ts.map