///
import { ProTableBaseProps, ProTableRowKey, ProTableRowSelectionInstance } from '../types';
export declare const isSelectedAllPages: (selectedRowKeys: ProTableRowKey[], reverseSelection: boolean) => boolean;
export declare const useProTableRowSelectionValue: ({ rowSelection, dataSource, primaryKey, }: Pick) => ProTableRowSelectionInstance;
export declare const ProTableRowSelectionContext: import("react").Context;