/// import { ITreeSelectProps } from "../../config/type"; declare function FTreeSelect(props: ITreeSelectProps): JSX.Element; export default FTreeSelect;