import { type TextareaHTMLAttributes } from "react"; export interface TextareaProps extends TextareaHTMLAttributes { error?: boolean; } export declare const Textarea: import("react").ForwardRefExoticComponent>;