--- import type { HTMLAttributes } from 'astro/types' interface Props extends HTMLAttributes<"figure">{} const props = Astro.props ---