import { TreeSelectValueType } from '@sheinx/base'; import { TreeSelectProps } from './tree-select.type'; declare const _default: (props: TreeSelectProps) => import("react/jsx-runtime").JSX.Element; export default _default;