import { ITbTableInstance } from 'tubular-react-common'; import { TbSelection } from '../utils/Selection'; export declare const useTbSelection: (tbInstance: ITbTableInstance, rowSelectionEnabled: boolean) => TbSelection;