import React from 'react'; import type { PaginationProps } from './Pagination.types'; export declare const Pagination: React.FC;