import * as React from "react"; /** * This component is based on the `textarea` element and supports all of its props */ declare const Textarea: React.ForwardRefExoticComponent, HTMLTextAreaElement>, "ref"> & React.RefAttributes>; export { Textarea }; //# sourceMappingURL=textarea.d.ts.map