import type { StackProps } from "../ui/Stack"; import { type LayoutElementProperties } from "./LayoutElement"; /** * Properties for the `LayoutElementContainer` component. */ export type LayoutElementContainerProps = StackProps & Pick; declare const StyledLayoutElementContainer: import("@emotion/styled").StyledComponent & import("react").RefAttributes & import("@mui/system").MUIStyledCommonProps, {}, {}>; export default StyledLayoutElementContainer;