import { MobileStepperProps, StepLabelProps, StepperProps, StepProps } from '@mui/material'; export interface CustomStepperProps { stepper: StepperProps; step: StepProps; stepLabel: StepLabelProps; MobileStepper: MobileStepperProps; }