/* eslint-disable */ // @ts-nocheck // Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core/pull/3399 // biome-ignore lint: disable export {} /* prettier-ignore */ declare module 'vue' { export interface GlobalComponents { LocaleSwitcher: typeof import('./src/components/LocaleSwitcher/index.vue')['default'] ThemeSwitcher: typeof import('./src/components/ThemeSwitcher/index.vue')['default'] VanButton: typeof import('vant/es')['Button'] } }