import type Input from './input.vue'; export type InputInstance = InstanceType<typeof Input> & unknown;