/// <reference types="react" />
import { LayoutContentViewProps } from "./type";
import { WithGuiTheme } from "../../../../assets/theme";
export declare const StyledBox: import("@emotion/styled").StyledComponent<((LayoutContentViewProps & WithGuiTheme) | (LayoutContentViewProps & WithGuiTheme & {
    children?: import("react").ReactNode;
})) & {
    theme?: import("@emotion/react").Theme;
}, {}, {}>;
