import { Table } from '@tanstack/react-table'; import * as React from 'react'; interface PaginationProps { table: Table; } export declare const TableFooter: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export type { PaginationProps }; export declare const Pagination: ({ table }: PaginationProps) => React.JSX.Element; //# sourceMappingURL=Pagination.d.ts.map