/** * Pagination helpers — `paginateTable`, `paginateGroupedRows`, and the * page-button renderer. * * Every data-table in the dashboard paginates at 10 rows/page (or * 10 groups/page when expander rows are present). The grouped variant * keeps a data row and its trailing `.expander-row` together so they * page as one unit. * * `renderPageButtons` is shared between both paginators; the checks * catalog declares its own paginator inline that also calls this * helper, so it must be in scope before any caller. */ export declare function dashboardPaginationJs(): string; //# sourceMappingURL=pagination.d.ts.map