import * as react_jsx_runtime from 'react/jsx-runtime';
import { StepperProps } from './Stepper.types.js';
import 'react';

declare const Stepper: {
    ({ current, currentAs, getValueLabel, length, max, value, ...props }: StepperProps): react_jsx_runtime.JSX.Element;
    displayName: string;
};

export { Stepper, Stepper as default };
