import { FormProps as FormProps$1, FormSubmitProps as FormSubmitProps$1 } from '@radix-ui/react-form'; import * as React$1 from 'react'; import { BaseActorRef } from 'xstate'; import { SetRequired } from 'type-fest'; type FormProps = Omit & { children: React$1.ReactNode; flowActor?: BaseActorRef<{ type: 'SUBMIT'; action: 'submit'; }>; }; type FormSubmitProps = SetRequired; type FormSubmitComponent = React.ForwardRefExoticComponent>; /** * A `