///
import { WithNullableValue } from '../../../utils/react/nullableValue';
import { JengaTextInputBaseProps } from './TextInputBase';
export declare type JengaTextInputProps = WithNullableValue;
export declare const TextInput: import("react").ForwardRefExoticComponent & {
value?: any;
defaultValue?: any;
} & import("react").RefAttributes>;