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