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