import TreeSelect from './rc-mod';
export default TreeSelect;
export type { ITreeSelectDataSourceItem as TreeSelectDataSourceItem, ITreeSelectPropsSingle as TreeSelectPropsSingle, ITreeSelectPropsMulti as TreeSelectPropsMulti, TTreeSelectProps as TreeSelectProps, ITreeSelectNodeProps as TreeSelectNodeProps, TTreeSelectComponent as TreeSelectComponent, TTreeSelectNodeComponent as TreeSelectNodeComponent, TTreeSelectRef as TreeSelectRef, TTreeSelectNodeRef as TreeSelectNodeRef } from './types';
