import { TableRowSelection, TablePipeline } from '../interface'; declare function useRowSelection(pipeline: TablePipeline, rowSelection?: TableRowSelection): void; export default useRowSelection;