/** @jsx jsx */ import { ComponentType, ReactNode } from 'react'; import { jsx } from '@emotion/react'; import { CommonPropsAndClassName, CSSObjectWithLabel, GroupBase } from '../types'; import { Props } from '../Select'; interface MultiValueComponents> { Container: ComponentType>; Label: ComponentType>; Remove: ComponentType>; } export interface MultiValueProps