import { TreeSelect } from './tree-select';
export type { TreeSelectProps, TreeSelectOption } from './tree-select';
export default TreeSelect;
