import React from 'react'; import { TextAreaProps } from './TextArea.types'; type TextArea = React.ForwardRefExoticComponent; /** * * ```