import './style';
import { withInstall } from '../_util/withInstall';
import SelectTree from './selectTree.js';
export { selectTreeProps } from './selectTree.js';
const FSelectTree = withInstall(SelectTree);
export { FSelectTree, FSelectTree as default };