import type { Key } from '@react-types/shared'; import type { Selection } from './types'; export declare const isKeySelected: (key: Key, selectedKeys?: Selection) => boolean; export declare const isKeyDisabled: (key: Key, disabledKeys?: Key[]) => boolean; //# sourceMappingURL=helper.d.ts.map