/// declare module '*.vue' { import { DefineComponent } from 'vue' const component: DefineComponent<{}, {}, any> export default component } declare module '@vue/runtime-core' { export interface GlobalComponents { SvgIcon: typeof import('@/components/SvgIcon.vue').default } } export {}