import React from 'react'; import { ActionMeta } from 'react-select'; import { Option, SelectProps } from '../types'; export declare type SelectMenuCreatableProps = Omit; declare const SelectMenuCreatable: React.ForwardRefExoticComponent>; export type { ActionMeta, Option }; export default SelectMenuCreatable;