import { Props } from 'react-select';
declare const CreatableSelect: <OptionType, isMulti extends boolean>(props: Props<OptionType, isMulti>) => JSX.Element;
export default CreatableSelect;
