export interface TextAreaProps { modelValue: string; error?: boolean; }