/// import { InputProps } from './Input'; export declare type TextAreaProps = InputProps; export declare const TextArea: (props: TextAreaProps) => JSX.Element; //# sourceMappingURL=TextArea.d.ts.map