import type InputTag from './input-tag.vue';
export type InputTagInstance = InstanceType<typeof InputTag> & unknown;
