import { Box, BoxProps } from '@mui/material'; type IHeaderSpacerProps = BoxProps; function HeaderSpacer(props: IHeaderSpacerProps) { return ; } export { HeaderSpacer };