export declare const alert: import("@vanilla-extract/recipes").RuntimeFn<{ variant: { information: { background: "#DEF1FF"; }; notice: { background: "#FFF7D2"; }; negative: { background: "#FEF2F2"; }; success: { background: "#E9FFED"; }; neutral: { background: "#F7F8F9"; }; }; }>; export declare const variantIcon: import("@vanilla-extract/recipes").RuntimeFn<{ variant: { information: { color: "#1669E2"; }; notice: { color: "#F3AB0E"; }; negative: { color: "#F86464"; }; success: { color: "#53D161"; }; neutral: { color: "#6B7278"; }; }; }>; export declare const text: string;