export interface TextareaProps { maxlength?: string | number; placeholder?: string; disabled?: boolean; rows?: number; }