export declare const textAreaContainerCSS: string; export declare const textAreaResizerCSS: import("@vanilla-extract/recipes").RuntimeFn<{ hasError: { true: {}; false: {}; }; disabled: { true: {}; false: {}; }; }>; export declare const textAreaCSS: import("@vanilla-extract/recipes").RuntimeFn<{ resize: { none: { resize: "none"; }; both: { resize: "both"; }; horizontal: { resize: "horizontal"; }; vertical: { resize: "vertical"; }; }; disabled: { true: { backgroundColor: string; color: string; cursor: "not-allowed"; selectors: { '&:hover': { backgroundColor: string; }; '&::placeholder': { color: string; }; '&.strato-form-error::placeholder': { color: string; }; }; }; false: { selectors: { '&.strato-form-error': { backgroundColor: string; color: string; }; '&.strato-form-error:hover': { backgroundColor: string; }; '&.strato-form-error::placeholder': { color: string; }; }; }; }; }>; export declare const textAreaWidths: Record<"content" | "full", string>;