/** * Stepper component recipe based on Ark UI Steps primitive * * Visual states derived from Figma: * - Current: Green filled indicator (primary color) * - Completed: Secondary filled indicator * - Upcoming: Light outlined indicator * - Separator: Connects step indicators, styled based on completion state * * Uses Park UI token patterns: * - colorPalette.solid.* for primary/current state * - colorPalette.subtle.* for secondary/completed state * - neutral.subtle.* and fg.muted for default/upcoming state */ export declare const stepper: import("@pandacss/dev").SlotRecipeConfig; //# sourceMappingURL=stepper.d.ts.map