import { Key } from './interface';
export declare const getSelectedStatus: (keys: Key[], selectedMap: Record<Key, boolean>, disabledKeys?: string[] | undefined) => 'ALL' | 'NONE' | 'SOME';
