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