import { FC } from 'react';
interface FlowFormProps {
}
declare const FlowFormIframe: FC<FlowFormProps>;
export default FlowFormIframe;
