import { Table } from "@tanstack/react-table"; type DataTablePaginationProps = { table: Table; }; export declare function createPaginationArray(currentPage: number, totalPages: number, maxVisiblePages?: number): (number | string)[]; export declare function DataTablePagination({ table, showPageNumbers, isLoading, }: DataTablePaginationProps & { showPageNumbers?: boolean; isLoading?: boolean; }): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=DataTablePagination.d.ts.map