import { FieldProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils';
/**
 * Extends the @rjsf/core `ObjectField` and just adds a custom hook for Synapse annotation business logic
 */
export declare function SynapseAnnotationsRJSFObjectField<T extends Record<string, any> | null | undefined = Record<string, any>, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(props: FieldProps<T, S, F>): import("react/jsx-runtime").JSX.Element;
export default SynapseAnnotationsRJSFObjectField;
//# sourceMappingURL=SynapseAnnotationsRJSFObjectField.d.ts.map