import React from "react";
import { StepperProps } from "./types";
export declare const Stepper: React.MemoExoticComponent<({ children, activeStep, completed, progress, pending, color, orientation, ...props }: StepperProps) => JSX.Element>;
