import { FormRenderProps } from '../../utils'; import React from 'react'; /** * Export the RenderForm component for use throughout the application * This component is the central hub for rendering different form field types * and is used by FormRenderWrapper and other form container components * * @see FormRenderWrapper */ declare const _default: React.MemoExoticComponent<(props: FormRenderProps) => import("react/jsx-runtime").JSX.Element>; export default _default;