declare const Flex: import("node_modules/@stitches/react/types/styled-component").StyledComponent<"div", { alignItems?: "baseline" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | undefined; alignContent?: "baseline" | "stretch" | "center" | "end" | "start" | undefined; direction?: "column" | "row" | "columnReverse" | "rowReverse" | undefined; gap?: 1 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | undefined; justifyContent?: "space-around" | "space-between" | "space-evenly" | "center" | "end" | "start" | undefined; wrap?: "nowrap" | "wrap" | undefined; }, { xs: "(min-width: 480px)"; sm: "(min-width: 640px)"; md: "(min-width: 768px)"; lg: "(min-width: 1024px)"; xl: "(min-width: 1280px)"; }, import("node_modules/@stitches/react/types/css-util").CSS<{ xs: "(min-width: 480px)"; sm: "(min-width: 640px)"; md: "(min-width: 768px)"; lg: "(min-width: 1024px)"; xl: "(min-width: 1280px)"; }, {}, import("node_modules/@stitches/react/types/config").DefaultThemeMap, {}>>; export { Flex };