import { TreeViewProviderProps } from "./TreeViewProvider.types.js";
import { TreeViewAnyStore } from "../models/index.js";
/**
 * Sets up the contexts for the underlying Tree Item components.
 *
 * @ignore - do not document.
 */
export declare function TreeViewProvider<TStore extends TreeViewAnyStore>(props: TreeViewProviderProps<TStore>): import("react/jsx-runtime").JSX.Element;