import { type VariantProps } from "class-variance-authority"; /** * Stepper root — a container-query scope. Per-step labels hide below the * @2xl container width, where the compact "Step x of n" summary takes over, * so the stepper degrades gracefully in narrow panels regardless of viewport. */ export declare const stepperVariants: (props?: ({ maxWidth?: "sm" | "lg" | "md" | "xl" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type StepperVariantProps = VariantProps; /** Connector line segment, colored to match the adjacent step bubble's state. */ export declare const stepperLineVariants: (props?: ({ state?: "active" | "done" | "warning" | "success" | "info" | "upcoming" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; //# sourceMappingURL=variants.d.ts.map