import * as React from 'react'; export interface UcmlFlowVCProps { } declare const UcmlFlowVC: React.FC; export default UcmlFlowVC;