import React from "react"; import { TextareaProps } from "./types"; declare const TETextarea: React.FC; export default TETextarea;