import { Theme } from '../styles/types'; /** * * Demos: * * - [Box](https://mui.com/joy-ui/react-box/) * * API: * * - [Box API](https://mui.com/joy-ui/api/box/) */ declare const Box: import("@mui/types").OverridableComponent>; export default Box;