import React from 'react'; import { TreeSelectController, TreeSelectItem } from '../typings'; export declare const TreeSelectServiceContext: React.Context>; export declare const useTreeSelectService: = TreeSelectItem>() => TreeSelectController;