import * as React from 'react'; import { TreeViewAnyStore } from "../models/index.js"; import { TreeViewContextValue } from "./TreeViewProvider.types.js"; /** * @ignore - internal component. */ export declare const TreeViewContext: React.Context | null>; export declare const useTreeViewContext: () => TreeViewContextValue;