import { InputProps } from '../../../Input'; export declare const useEditableInput: (props: Omit) => { inputProps: InputProps; multiple: boolean | undefined; wrap: boolean | undefined; };