/// import { FlexboxProps } from "./system"; export declare type FlexProps = FlexboxProps; export declare const Flex: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & FlexboxProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;