--- import '../styles/index.scss'; interface Props { title?: string; } const { title = 'Nova Design System' } = Astro.props; ---