import { TableRangeSelection, TablePipeline } from '../interface'; declare function useRangeSelection(pipeline: TablePipeline, rangeSelection?: TableRangeSelection): void; export default useRangeSelection;