export declare const alert: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { info: { backgroundColor: "rgba(59, 130, 246, 0.06)"; borderColor: "rgba(59, 130, 246, 0.24)"; color: "#1e40af"; }; warning: { backgroundColor: "rgba(245, 158, 11, 0.06)"; borderColor: "rgba(245, 158, 11, 0.24)"; color: "#92400e"; }; error: { backgroundColor: "rgba(239, 68, 68, 0.06)"; borderColor: "rgba(239, 68, 68, 0.24)"; color: "#991b1b"; }; }; }>; export declare const alertContent: string; export declare const alertIcon: string; export declare const alertAction: string; //# sourceMappingURL=styles.css.d.ts.map