import React from 'react'; import { Box, BoxProps } from './Box'; export type FlexProps = Omit; export function Flex(props: FlexProps) { return ; }