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