declare module '*.vue' { import type { DefineComponent } from 'vue' // eslint-disable-next-line @typescript-eslint/no-empty-object-type const component: DefineComponent<{}, {}, unknown> export default component }