import React from 'react'; import type { OldPaginationProps } from './converter.old'; export type PaginationProps = OldPaginationProps; export declare const Pagination: React.FC;