declare const StyledBoxFlex: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("../BoxBase/type").BaseBoxProps & { display?: "inline" | "block" | "flex" | "grid" | "inline-block" | "inline-flex" | "inline-grid"; flexDirection?: "column" | "column-reverse" | "row" | "row-reverse"; justifyContent?: "center" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start"; alignItems?: "center" | "stretch" | "flex-end" | "flex-start" | "baseline"; alignContent?: "center" | "space-around" | "space-between" | "stretch" | "flex-end" | "flex-start"; flexWrap?: "nowrap" | "wrap" | "wrap-reverse"; flexGrow?: number; flexShrink?: number; flexBasis?: string; order?: number; alignSelf?: "auto" | "center" | "stretch" | "flex-end" | "flex-start" | "baseline"; gap?: string; }, never>; export default StyledBoxFlex; //# sourceMappingURL=styled.d.ts.map