/// import { BoxProps } from '@material-ui/core'; declare function Box(props: BoxProps): JSX.Element; export { Box };