import type Tree from './tree.vue';
export type TreeInstance = InstanceType<typeof Tree> & unknown;
