/// import { BoxProps } from './Box'; export declare type FlexProps = Omit; export declare function Flex(props: FlexProps): JSX.Element;