import React from 'react'; import Box, { BoxProps } from '../Box'; type FlexProps = BoxProps; type FlexComponent = typeof Box; export { FlexComponent, FlexProps };