import React from 'react'; import { TextInput as RNTextInput, TextInputProps as RNTextInputProps } from 'react-native'; type NativeInputProps = Pick; export type TextareaInputProps = NativeInputProps & { disabled?: boolean; invalid?: boolean; }; export declare const TextareaInput: React.ForwardRefExoticComponent>; export {}; //# sourceMappingURL=TextareaInput.d.ts.map