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