declare module "*.vue" { import { defineComponent } from "vue" const Component: ReturnType export default Component } declare const APP_VERSION: string declare const APP_TITLE: string