export declare const paddingRightVar: `var(--${string})`; export declare const textAreaStyle: { clearableContainer: string; textArea: import("@vanilla-extract/recipes").RuntimeFn<{ error: { true: { borderColor: `var(--${string})`; }; }; success: { true: { borderColor: `var(--${string})`; }; }; size: { small: { fontSize: `var(--${string})`; }; medium: { fontSize: `var(--${string})`; }; large: { fontSize: `var(--${string})`; }; }; }>; wrapper: string; }; //# sourceMappingURL=styles.css.d.ts.map