export declare const StyledFlexBox: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, {} & { $align?: "center" | "stretch" | "flex-end" | "flex-start" | "baseline" | undefined; $direction?: "column" | "column-reverse" | "row" | "row-reverse" | undefined; $externalStyle?: import('styled-components').CSSProp; $justify?: "center" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | undefined; $gap?: import('../../../design/designFunctions/getThemeOrValueAsCss').TThemeValueOrCSS | undefined; } & { as: React.ElementType; }>> & string;