///
import { FlexProps } from './types';
declare const Flex: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & import("./types").BoxProps & import("react").ClassAttributes & import("react").HTMLAttributes & {
theme?: import("@emotion/react").Theme | undefined;
} & FlexProps, {}, {}>;
export default Flex;