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