import { StepProps } from "./types";
export declare const Step: import("react").MemoExoticComponent<({ step, orientation, activeStep, index, showStatus, completed, progress, pending, }: StepProps) => JSX.Element>;
