import type { FormTypeRendererProps } from '@canard/schema-form';
export declare const FormGroup: ({ node, depth, path, name, required, Input, errorMessage, }: FormTypeRendererProps) => import("react/jsx-runtime").JSX.Element;
