import { type JSX } from 'react';
import { type ControlProps, type OptionType } from '../types';
/**
 * __Dummy control__
 * Overrides the default DummyControl component in Select.
 */
export declare const DummyControl: (props: ControlProps<OptionType, boolean>) => JSX.Element;
