import React from "react"; export type BatchSelectionContextType = { batchSelectionDisabled: boolean; }; declare const BatchSelectionContext: React.Context; export default BatchSelectionContext;