import { FlowViewProps } from "../constants";
import { FC } from 'react';
declare const ProFlow: FC<FlowViewProps>;
export default ProFlow;
