import React from 'react'; import { Box, SxProps } from '@mui/material'; export const ModalDivider: FCWithChildren<{ sx?: SxProps; }> = ({ sx }) => ;