import './index.css'; import React, { ReactNode } from 'react'; import { MenuListChildren } from './MenuList'; import { PopoverProps } from './Popover'; export type DropdownSelectorProps = { label: string; value: string; disabled?: boolean; placeholder?: string; showLabel?: boolean; invalid?: boolean; assistiveText?: string; required?: boolean; requiredText?: string; subLabel?: ReactNode; /** * the name of hidden `