import { TreeSelectProps } from '../src/tree-select-types';
export default function useSelect(props: TreeSelectProps): any;
