import * as react_jsx_runtime128 from "react/jsx-runtime"; import { VariantProps } from "class-variance-authority"; import * as class_variance_authority_types11 from "class-variance-authority/types"; //#region ui/stepper.d.ts declare const dotVariants: (props?: ({ state?: "active" | "inactive" | null | undefined; size?: "sm" | "md" | null | undefined; } & class_variance_authority_types11.ClassProp) | undefined) => string; interface StepperProps extends VariantProps { current: number; total: number; className?: string; } declare function Stepper({ current, total, size, className }: StepperProps): react_jsx_runtime128.JSX.Element; //#endregion export { Stepper, StepperProps }; //# sourceMappingURL=stepper.d.ts.map