/** @jsx jsx */ import { ComponentType, ReactNode } from 'react'; import { jsx } from '@emotion/react'; import { CommonProps, CommonPropsAndClassName, CSSObjectWithLabel, CX, GetStyles, GroupBase, Options, Theme } from '../types'; import { Props } from '../Select'; export interface ForwardedHeadingProps> { id: string; data: Group; } export interface GroupProps