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

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

export { Flow, JengaFlowProps };
