declare const textAreaBoxShadowVar: `var(--${string})`; export declare const container: import("@vanilla-extract/recipes").RuntimeFn<{ contentWidth: { true: { width: "fit-content"; }; }; resize: { none: { resize: "none"; }; both: { resize: "both"; }; horizontal: { resize: "horizontal"; }; vertical: { resize: "vertical"; }; }; }>; export declare const textArea: import("@vanilla-extract/recipes").RuntimeFn<{ disabled: { true: { backgroundColor: string; color: string; cursor: "not-allowed"; selectors: { [x: string]: { color: string; backgroundColor?: undefined; vars?: undefined; } | { backgroundColor: string; color?: undefined; vars?: undefined; } | { backgroundColor: string; vars: { [textAreaBoxShadowVar]: string; }; color?: undefined; }; '&::placeholder': { color: string; }; '&:hover': { backgroundColor: string; }; '&:active': { backgroundColor: string; }; }; }; }; readOnly: { true: { backgroundColor: string; cursor: "default"; selectors: { [x: string]: { backgroundColor: string; vars?: undefined; } | { backgroundColor: string; vars: { [textAreaBoxShadowVar]: string; }; }; '&:hover': { backgroundColor: string; }; '&:active': { backgroundColor: string; }; }; }; }; error: { true: { backgroundColor: string; color: string; selectors: { [x: string]: { color: string; backgroundColor?: undefined; background?: undefined; vars?: undefined; } | { backgroundColor: string; color?: undefined; background?: undefined; vars?: undefined; } | { background: string; vars: { [textAreaBoxShadowVar]: string; }; color?: undefined; backgroundColor?: undefined; } | { backgroundColor: string; vars: { [textAreaBoxShadowVar]: string; }; color?: undefined; background?: undefined; }; '&::placeholder': { color: string; }; '&:hover': { backgroundColor: string; }; '&:active': { backgroundColor: string; }; }; }; }; }>; export declare const resizeIcon: import("@vanilla-extract/recipes").RuntimeFn<{ error: { true: { color: string; }; }; disabled: { true: { color: string; }; }; readOnly: { true: {}; }; }>; export {};