import React from 'react'; import './index.scss'; import { TextareaProps } from './type'; declare const Textarea: React.FC; export default Textarea;