(
    props: FormProps<V, R, RR, E, W> &
      React.RefAttributes<Interface<V, R, RR, E, W>>,
  ): React.ReactElement<typeof formContext['Provider']>;