import TreeSelect from "./treeSelect";
export type { TreeSelectProps } from "./treeSelect";
export default TreeSelect;
