import { FormProps } from "../types"; declare const FormWrapper: ({ clientActionsComponents, relationshipsRawData, ...props }: FormProps) => import("react/jsx-runtime").JSX.Element; export default FormWrapper; //# sourceMappingURL=Form.d.ts.map