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