import { Box } from '@mui/material'; export const Spacer = ({ height, width, ...props }: any) => { return ( ); };