import React, { ReactElement } from 'react';
import { IStepperProps } from './type';
export declare const Stepper: React.MemoExoticComponent<({ steps, currentStep, }: IStepperProps) => ReactElement>;
