import type { ComponentType } from 'react'; import type { FormProps } from '@rjsf/core'; import type { FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; export declare function generateForm(): ComponentType>; declare const _default: ComponentType>; export default _default;