--- const { title } = Astro.props; interface Props { title: string; } ---