/// import { FTLSelectCreatableProps } from "../.."; export declare const FTLSelectCreatable: ({ noOptionsMessage, isMulti, isClearable, hideSelectedOptions, formatCreateLabel, showEmptyMenu, ...otherProps }: FTLSelectCreatableProps) => JSX.Element;