import { FormContextType, ObjectFieldTemplateProps, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils';
/**
 * Derived from the base ObjectFieldTemplate with annotations-editor-specific changes
 * - Custom button for adding additional properties
 * - Tracks properties to show a toast message if a property is converted to an additionalProperty because it was
 *   dropped from the schema (e.g. in a conditional schema)
 *
 * See https://github.com/rjsf-team/react-jsonschema-form/blob/main/packages/mui/src/ObjectFieldTemplate/ObjectFieldTemplate.tsx
 * @param props
 * @returns
 */
export declare function ObjectFieldTemplate<T extends Record<string, any> | null | undefined = Record<string, any>, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(props: ObjectFieldTemplateProps<T, S, F>): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ObjectFieldTemplate.d.ts.map