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