import { SelectProps } from '@cloudscape-design/components'; declare const SelectUtils: { mapSelectedOptionWithOptions: (options: SelectProps.Options | undefined, selectedOption: string) => SelectProps.Option | null; }; export default SelectUtils;