import { type EnhancedComponent } from '../../utils'; import _Tree from './tree.vue'; import _TreeBranch from './tree-branch.vue'; import _TreeNode from './tree-node.vue'; export declare const Tree: EnhancedComponent; export declare const TreeBranch: EnhancedComponent; export declare const TreeNode: EnhancedComponent; export default Tree; export type { TreeProps, TreeEmits, TreeExpose, TreeNaturalNode, TreeStateNode, TreeDropType, TreeEditType, } from './common';