import { type TextareaHTMLAttributes } from 'react';
import { type VariantProps } from '../tvShim.js';
declare const textarea: import("tailwind-variants").TVReturnType<{
invalid: {
true: string;
false: string;
};
}, undefined, string, TVConfig, {
invalid: {
true: string;
false: string;
};
}, undefined, import("tailwind-variants").TVReturnType<{
invalid: {
true: string;
false: string;
};
}, undefined, string, TVConfig, unknown, unknown, undefined>>;
type TextareaVariants = VariantProps;
export type TextareaProps = TextareaHTMLAttributes & TextareaVariants;
/** CMP-0023 Textarea */
export declare const Textarea: import("react").ForwardRefExoticComponent & TextareaVariants & import("react").RefAttributes>;
export {};
//# sourceMappingURL=Textarea.d.ts.map