import { TreeSelectProps } from '../interface';
import { TreeProps } from '../../Tree/interface';
export default function useTreeData(props: TreeSelectProps): [TreeProps['treeData']];
