import React from 'react'; import { type StepLabelProps } from '@mui/material/StepLabel'; declare const StepLabel: React.FC; export default StepLabel;