/// <reference types="react" />
import { IInputProps } from 'native-base';
export declare const TextArea: (props: IInputProps) => JSX.Element;
