import _SelectTree from './src/select-tree.vue'; import type { WithInstall } from '../utils/index'; declare const SelectTree: WithInstall; export * from './src/selectTree'; export default SelectTree; export { SelectTree }; declare module 'vue' { interface GlobalComponents { PagodaSelectTree: typeof SelectTree; } }