import { Table } from '@tanstack/react-table'; interface DataTablePaginationProps { table: Table; } export declare function Pagination({ table }: DataTablePaginationProps): import("react/jsx-runtime").JSX.Element; export {};