///
import type { BoxProps as JoyuiBoxProps } from '@mui/joy';
export interface BoxProps extends JoyuiBoxProps {
}
declare const Box: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps & BoxProps, {}, {}>;
export default Box;