import * as React from "react";
import type { Props } from "./types";
declare const Stepper: ({ onChange, defaultValue, maxWidth, ...props }: Props) => React.JSX.Element;
export default Stepper;
export { default as StepperStateless } from "./StepperStateless";
