import { RuntimeFn } from '../../../node_modules/@vanilla-extract/recipes/dist/vanilla-extract-recipes.cjs.d.js'; declare const progressStyles: { progress: string; bar: string; circle: RuntimeFn<{ /** * Specifies the size of the progress indicator. * This prop accepts one of the following values: "large" or "small". * @default large */ size: { large: { width: "8.75rem"; height: "8.75rem"; }; small: { width: "5rem"; height: "5rem"; }; }; }>; circleBase: string; circleProgress: string; circleText: string; }; declare const progressColorProperties: { info: `var(--${string})` | `var(--${string}, ${string})`; success: `var(--${string})` | `var(--${string}, ${string})`; brand: `var(--${string})` | `var(--${string}, ${string})`; }; export { progressColorProperties, progressStyles };