import * as React from 'react'; import { TreeViewContextValue } from '../types'; export declare const TreeViewContext: React.Context; export declare const useTreeViewContext: () => TreeViewContextValue; export declare function TreeViewProvider(props: any): import("react/jsx-runtime").JSX.Element;