import type { SelectionManager, SelectionManagerProps } from '../types'; export declare const useSelectionManager: ({ rowsByIndex, columns }: SelectionManagerProps) => SelectionManager; //# sourceMappingURL=useSelectionManager.d.ts.map