export declare const statusDotWrapper: string; export declare const dot: import('@vanilla-extract/recipes').RuntimeFn<{ status: { idle: { backgroundColor: "#a3a3a3"; }; active: { backgroundColor: "#3b82f6"; }; success: { backgroundColor: "#22c55e"; }; error: { backgroundColor: "#ef4444"; }; warning: { backgroundColor: "#f59e0b"; }; }; size: { sm: { width: "8px"; height: "8px"; }; md: { width: "12px"; height: "12px"; }; }; }>; export declare const pulseRing: import('@vanilla-extract/recipes').RuntimeFn<{ status: { idle: { backgroundColor: "#a3a3a3"; }; active: { backgroundColor: "#3b82f6"; }; success: { backgroundColor: "#22c55e"; }; error: { backgroundColor: "#ef4444"; }; warning: { backgroundColor: "#f59e0b"; }; }; size: { sm: { width: "8px"; height: "8px"; }; md: { width: "12px"; height: "12px"; }; }; }>; //# sourceMappingURL=styles.css.d.ts.map