declare module "*.svg" { import type { DefineComponent } from "vue"; const component: DefineComponent<{}, {}, any> | string; export default component; }