import type { TextInput as RNTextInput } from "react-native";
import { type InputTextProps } from "./InputText";
export type TextAreaProps = Omit<InputTextProps, "multiline">;
export declare const TextArea: import("react").ForwardRefExoticComponent<TextAreaProps & import("react").RefAttributes<RNTextInput>>;
//# sourceMappingURL=TextArea.d.ts.map