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