import type { HTMLImgAttributes } from "svelte/elements"; declare const Img: import("svelte").Component; type Img = ReturnType; export default Img;