--- import LanguageSelect from '@astrojs/starlight/components/LanguageSelect.astro'; import SocialIcons from '@astrojs/starlight/components/SocialIcons.astro'; import ThemeSelect from '@astrojs/starlight/components/ThemeSelect.astro'; import type { Props } from '@astrojs/starlight/props'; import VersionSelect from './DocsVersionSelect.astro'; ---