/* eslint-disable */ declare module '*.vue' { import type {DefineComponent} from 'vue'; const component: DefineComponent<{}, {}, any>; export default component; } declare const __VUE_HMR_RUNTIME__: Record; declare const __VUE_OPTIONS_API__: boolean; declare const __VUE_PROD_DEVTOOLS__: boolean;