/** * DataGridPagination * * Custom pagination footer for the DataGrid. All controls — the rows-per-page * selector, the row range, and the Previous/Next buttons — are grouped and * aligned to the right, matching the Signal pagination spec. * * Works for both client-side and server-side pagination by reading state from * the grid API rather than the DOM. */ export declare const DataGridPagination: import('../../../node_modules/react').ForwardRefExoticComponent & import('../../../node_modules/react').RefAttributes>;