--- import renderPicture from "../api/renderPicture.js"; import type { PictureConfigOptions } from "../types.d"; declare interface Props extends PictureConfigOptions {} const { link, style, picture } = await renderPicture(Astro.props as Props); ---