import React from "react";
import { ITextareaProps } from "../../models";
declare const Textarea: React.FC<ITextareaProps>;
export default Textarea;
