import { defineComponent } from 'vue'; export type Component = | ReturnType | (() => Promise) | (() => Promise);