import type { RowData, Table } from '@tanstack/react-table'; import type { TDataTableFeatures } from '../features/types/features.types.js'; /** * Updates the page index to the last non-empty page when the current page is empty. * Necessary for paginated tables with sub-rows. * @internal */ export declare function usePaginationEmptyPageCorrection(table: Table): void;