---
import Select from './Select.astro';
import type { Props } from '../props';
const { labels } = Astro.props;
---
{/* TODO: Can we give this select a width that works well for each language’s strings? */}
{/* Inlined to avoid FOUC. Uses global scope from `ThemeProvider.astro` */}