/** * Textarea — ported 1:1 from Veryfront Studio, semantic classes remapped to * veryfront's `[var(--token)]` vocabulary. * * @module react/components/ui/textarea */ import * as React from "react"; import { type VariantProps } from "./cva.js"; declare const textareaVariants: (props?: ({ size?: "default" | "sm" | null | undefined; } & { class?: import("../../../utils/clsx.js").ClassValue; className?: import("../../../utils/clsx.js").ClassValue; }) | undefined) => string; /** Props accepted by `