import { Divider } from '@mui/material'; import { Container } from './StepDivider.style'; export const StepDivider: React.FC = () => { return ( ); };