import type { OptionsOrGroups } from '@atlaskit/react-select/types';
import { type GroupType, type OptionType } from '../types';
export declare const isOptionsGrouped: (arr: OptionsOrGroups<OptionType, GroupType<OptionType>> | undefined) => boolean | undefined;
