import { ComboboxOption } from './types'; export declare const isNewGroup: (option: ComboboxOption, prevOption?: ComboboxOption) => boolean;