import type { NativeElementProps } from '../../types.js'; import { type RowSelectionMode } from '../contexts/table-state.js'; export interface UseSelectableRow { rowProps: NativeElementProps; isSelected?: boolean; rowSelectionMode: RowSelectionMode; } export declare function useSelectableRow(): UseSelectableRow; //# sourceMappingURL=use-selectable-row.d.ts.map