import React from 'react';
import { StepperProps } from './StepperTypes';
declare const Stepper: React.FC<StepperProps>;
export default Stepper;
