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