/// <reference types="react" />
import WizardStep from "./WizardStep";
import type { Props } from "./types";
declare const Wizard: ({ dataTest, lockScrolling, direction, id, labelClose, labelProgress, completedSteps, activeStep, children, onChangeStep, }: Props) => JSX.Element;
export default Wizard;
export { WizardStep };
