import type { NameLabelPair, OptionGroup } from '../types/index.noReact'; export declare const uniqByName: (originalArray: T[]) => T[]; export declare const uniqOptGroups: (originalArray: OptionGroup[]) => OptionGroup[];