import { type TableOptions_All, type TableOptions_Plugins } from '@tanstack/react-table'; import type { DataTableRowSelectionProps } from './row-selection-types.js'; import type { DataTableRowData } from '../../row-data-types.js'; import type { TDataTableFeatures } from '../types/features.types.js'; /** * Configuration hook for the DataTable UserActions feature * @internal */ export declare function useRowSelection(props: DataTableRowSelectionProps, options: TableOptions_All> & TableOptions_Plugins>): void;