import { StateAndChange } from '@table-library/react-table-library/types/common'; import { Data, TableNode } from '@table-library/react-table-library/types/table'; import { Select, SelectOptions } from '@table-library/react-table-library/types/select'; declare const useRowSelect: (data: Data, primary?: StateAndChange | undefined, options?: SelectOptions | undefined, context?: any) => Select; export { useRowSelect };