import type { SFCWithInstall } from '../utils/types';
import Tree from './src/tree.vue';
declare const _Tree: SFCWithInstall<typeof Tree>;
export default _Tree;
