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(props: TreeViewProviderProps): import("react/jsx-runtime").JSX.Element;