import { FieldTemplateProps } from "@rjsf/utils";
/** The `FieldTemplate` component is the template used by `SchemaField` to render any field. It renders the field
 * content, (label, description, children, errors and help) inside a `WrapIfAdditional` component.
 *
 * @param props - The `FieldTemplateProps` for this component
 */
export declare const FieldTemplate: (props: FieldTemplateProps) => import("react/jsx-runtime").JSX.Element;
