import { RemoteFormElement } from '@mittwald/flow-remote-elements'; import { ComponentProps, FC } from 'react'; export { type RemoteFormElement } from '@mittwald/flow-remote-elements'; declare const BaseForm: import('@mittwald/remote-dom-react').RemoteComponentTypeFromElementConstructor; export declare const Form: FC>;