/// import { BoxProps } from './types'; declare const Box: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & BoxProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export default Box;