export declare const allCaps: import("@vanilla-extract/recipes").RuntimeFn<{ allCaps: { true: { textTransform: "uppercase"; }; false: { textTransform: "none"; }; }; }>; export declare const icon: string; export declare const tag: import("@vanilla-extract/recipes").RuntimeFn<{ variant: { strong: string[]; subtle: any[]; }; color: { neutral: any[]; positive: any[]; negative: any[]; information: any[]; notice: any[]; data1: any[]; data2: any[]; data3: any[]; data4: any[]; gradient: any[]; white: any[]; }; }>;