--- import '../styles/picker.css'; interface Props { title?: string; description?: string; } const { title = 'Impeccable design interview', description = 'Choose the design direction your agent will use.', } = Astro.props; --- {title}