/* eslint-disable @typescript-eslint/no-explicit-any,no-underscore-dangle,@typescript-eslint/naming-convention */ // noinspection JSUnusedGlobalSymbols declare module '*.vue' { import {DefineComponent} from 'vue'; const component: DefineComponent; export default component; } declare const __VUE_HMR_RUNTIME__: Record; declare const __VUE_OPTIONS_API__: boolean; declare const __VUE_PROD_DEVTOOLS__: boolean;