import type Empty from './empty.vue';export type EmptyInstance = InstanceType<typeof Empty> & unknown;
import type Empty from './empty.vue';
export type EmptyInstance = InstanceType<typeof Empty> & unknown;