import Stepper from '@mui/joy/Stepper'; import Step, { stepClasses } from '@mui/joy/Step'; import StepIndicator, { stepIndicatorClasses } from '@mui/joy/StepIndicator'; import Typography from '@mui/joy/Typography'; import CheckRoundedIcon from '@mui/icons-material/CheckRounded'; import KeyboardArrowDownRoundedIcon from '@mui/icons-material/KeyboardArrowDownRounded'; export default function DottedConnector() { return ( } > Preliminary } sx={{ fontWeight: 'xl' }} > 01 } > Your details } sx={{ fontWeight: 'xl' }} > 02 } > KYC } sx={{ fontWeight: 'xl' }} > 03 } > KYC } sx={{ fontWeight: 'xl' }} > 04 ); }