import { type Key } from '@react-types/shared'; import { type SingleSelectItem, type SingleSelectOption } from '../types'; export declare const getDisabledKeysFromItems: (items: SingleSelectItem[]) => Key[];