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