import { ElementType } from 'react'; import { LayoutComponentProps } from '../../Lism'; import { FlowLayoutProps } from '../../../lib/types/LayoutProps'; export default function Flow(props: LayoutComponentProps): import("react").JSX.Element;