import { Canvas, Meta, ArgTypes } from '@storybook/blocks';
import { ThemeProvider } from 'styled-components';
import Select from './';
import Flex from '../Flex';
import { lightTheme } from '../../../theme/';
import { GlobalStyles } from '../../../theme/GlobalStyles';
import * as SelectStories from './Select.stories.tsx';
# Select
The Select component allows the user to select one from a drop-down list with options.
## Importing
```javascript
import { Select } from 'amazon-chime-sdk-component-library-react';
```
## Example
```jsx