// generated by unplugin-vue-components // We suggest you to commit this file into source control // Read more: https://github.com/vuejs/core/pull/3399 export {} declare module 'vue' { export interface GlobalComponents { BackToTop: typeof import('./src/components/BackToTop/BackToTop.vue')['default'] HeaderLayout: typeof import('./src/components/Layout/HeaderLayout.vue')['default'] LazyVisible: typeof import('./src/components/LazyVisible/LazyVisible.vue')['default'] OverflowText: typeof import('./src/components/OverflowText/OverflowText.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] SvgIcon: typeof import('./src/components/SvgIcon/SvgIcon.vue')['default'] } }