import * as react from 'react';
import { BaseProps, ContainerStyleProps } from 'tastycss';

interface JengaFlexProps extends BaseProps, ContainerStyleProps {
}
declare const Flex: react.ForwardRefExoticComponent<JengaFlexProps & react.RefAttributes<unknown>>;

export { Flex, JengaFlexProps };
