/// <reference types="react" />
import FlexProps from "./interface";
declare const Flex: (props: FlexProps) => JSX.Element;
export default Flex;
