import { SingleValueProps } from 'react-select'; import { OptionType } from './select.component'; export declare const CustomSingleValue: (props: SingleValueProps) => JSX.Element;