export declare const contextValueText: import("@vanilla-extract/recipes").RuntimeFn<{ fontSize: { smallerThan32: { fontSize: "9px"; lineHeight: "12px"; }; greaterOrEqual32: { fontSize: string; lineHeight: string; }; }; }>; export declare const negativeSign: import("@vanilla-extract/recipes").RuntimeFn<{ containerHeight: { height24: { width: "4px"; marginLeft: string; }; height32: { width: "6px"; marginLeft: string; }; }; }>;