import { components as ReactSelectComponents } from 'react-select'; /** * Map of override components for the react select. These are the components that are actually rendered * with the react-select component. */ export declare const components: Partial;