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