export { default as NTreeSelect } from './src/TreeSelect'; export type { TreeSelectProps } from './src/TreeSelect'; export type { TreeSelectOption } from './src/interface';