import { Box, BoxProps } from '@mui/material'; import { FC } from 'react'; const InnerPanelBody: FC = ({ sx, ...innerPanelBodyRestProps }) => ( ); export default InnerPanelBody;