import React from 'react'; import { TreeConfig, TreeItem } from '../typings'; export declare const TreeConfigContext: React.Context>; export declare const useTreeConfig: = TreeItem>() => TreeConfig;