import React from 'react'; import type { GroupedOptions } from '../../shared/groupedOptions.js'; type BaseOption = { value: string; label: string; }; type Props