import type { ChildTextInputProps } from './types';
declare const TextInputFlat: ({ disabled, editable, label, error, selectionColor, cursorColor, underlineColor, underlineStyle, activeUnderlineColor, textColor, dense, style, theme, render, multiline, parentState, innerRef, onFocus, forceFocus, onBlur, onChangeText, onLayoutAnimatedText, onLeftAffixLayoutChange, onRightAffixLayoutChange, left, right, placeholderTextColor, testID, contentStyle, ...rest }: ChildTextInputProps) => JSX.Element;
export default TextInputFlat;
//# sourceMappingURL=TextInputFlat.d.ts.map