import { BoxProps } from '@mui/material'; declare const BoxBasic: ({ children, ...props }: BoxProps) => import("react/jsx-runtime").JSX.Element; export default BoxBasic;