import { default as SelectTree } from './select-tree.vue';
export type SelectTreeInstance = InstanceType<typeof SelectTree> & unknown;
