import React from 'react'; import { BoxProps } from '@mui/material/Box'; declare const Box: React.FC; export default Box;