import Textarea, { TextareaProps as TTextareaProps } from './Textarea'; export declare type TextareaProps = TTextareaProps; export default Textarea;