instance.d.ts 102 Bytes
import type Empty from './empty.vue';
export declare type EmptyInstance = InstanceType<typeof Empty>;