import { ReactElement } from 'react';
import { BoxProps } from '@mui/material/Box';
export declare function BoxCustom({ ...props }: BoxProps): ReactElement;
