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