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