import { TextareaProps } from '@mui/joy/Textarea'; export interface TextareaWrapperProps extends TextareaProps { }