import { InputValue } from '../types'; declare const CreatableLabel: (inputValue: InputValue) => JSX.Element; export default CreatableLabel;