import * as React from 'react'; import { TreeViewContextValue } from './TreeViewProvider.types'; export declare const DEFAULT_TREE_VIEW_CONTEXT_VALUE: TreeViewContextValue<any>; /** * @ignore - internal component. */ export declare const TreeViewContext: React.Context<TreeViewContextValue<any>>;