export declare const progressIndicatorColorVar: `var(--${string})`; export declare const progressValueColorVar: `var(--${string})`; export declare const progressRoot: import("@vanilla-extract/recipes").RuntimeFn<{ color: { primary: {}; success: {}; warning: {}; critical: {}; neutral: {}; }; onAccent: { true: {}; false: {}; }; }>; export declare const progressCSS: import("@vanilla-extract/recipes").RuntimeFn<{ size: { condensed: { height: "6px"; }; default: { height: "8px"; }; }; }>; export declare const progressBarFillCSS: import("@vanilla-extract/recipes").RuntimeFn<{ indeterminate: { true: { width: "100%"; animationName: string; animationDuration: string; animationTimingFunction: string; animationIterationCount: "infinite"; transformOrigin: "left center"; }; }; }>;