/* eslint-disable react/forbid-component-props */ import React, { CSSProperties } from 'react'; import { TypographyTokens } from '../../../foundation/Typography'; import { Typography } from '../../Typography'; import { SelectOption } from '../index'; import { OptionItem, OptionListContainer } from './OptionList.styled'; type OptionsListProps