import { StepperProps } from "./Stepper.types.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";

//#region src/components/Stepper/Stepper.d.ts
declare const Stepper: {
  ({
    current,
    currentAs,
    getValueLabel,
    length,
    max,
    value,
    ...props
  }: StepperProps): _$react_jsx_runtime0.JSX.Element;
  displayName: string;
};
//#endregion
export { Stepper };
//# sourceMappingURL=Stepper.d.ts.map