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