import type { FormTypeRendererProps } from '../../types';
export declare const FormGroupRenderer: ({ node, depth, path, name, required, Input, errorMessage, style, className, }: FormTypeRendererProps) => import("react/jsx-runtime").JSX.Element;
