import { FieldProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; /** The `ObjectField` component is used to render a field in the schema that is of type `object`. It tracks whether an * additional property key was modified and what it was modified to * * @param props - The `FieldProps` for this template */ export default function ObjectField(props: FieldProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ObjectField.d.ts.map