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