import { SomeObject } from '../../commonTypes'; export declare const getArrayValue: (value: string | number | SomeObject | import("../../commonTypes").SuggestionValue[] | null | undefined, currentItem: string | number | SomeObject) => import("../../commonTypes").SuggestionValue[]; export declare const compareItems: (value: string | number | SomeObject | null | undefined, currentItem: string | number | SomeObject, textField?: string | undefined) => boolean;