export interface TextareaI { value?: string; placeholder?: string; textareaLabel?: string; rows?: string; cols?: string; name: string; isDisabled?: boolean; }