import React from 'react'; import { FieldRendererProps } from '../types'; interface UserFormPageProps { companyToken: string; collectionName: string; formFields: FieldRendererProps[]; } export declare const UserFormPage: React.FC; export {};