import * as React from "react"; import { InputProps } from "../Input"; declare const Textarea: React.FC>; export default Textarea;