import * as React from 'react';
import { TreeViewProviderProps } from "./TreeViewProvider.types.js";
import { TreeViewAnyPluginSignature } from "../models/index.js";
/**
 * Sets up the contexts for the underlying Tree Item components.
 *
 * @ignore - do not document.
 */
export declare function TreeViewProvider<TSignatures extends readonly TreeViewAnyPluginSignature[]>(props: TreeViewProviderProps<TSignatures>): React.JSX.Element;