declare module "*.svg?sfc" {
	import { DefineComponent, SVGAttributes } from "vue";
	export default 0 as DefineComponent<SVGAttributes>;
}
