import type Alert from './alert.vue'; export type AlertInstance = InstanceType<typeof Alert> & unknown;