--- import {type ImageMetadata} from "astro"; import {Picture} from "astro:assets"; export type Props = { image: ImageMetadata, alt: string } ---