import { BaseResource } from '../../../../pages/types'; import { GetNestedValue, NestedKeyOf } from '../../../../types'; import { FieldPropsType } from './types'; export declare const INTERNAL_LookupMultiComboBoxElementKeyAdapter: , V extends GetNestedValue>({ resource, field, onFieldChange, updateEditingResource, refetchResource, errorFields, hasParentField, }: FieldPropsType) => JSX.Element | null;