import React from 'react';
import { PaginationConfig } from '../types';
export declare const Pagination: React.FC<PaginationConfig>;
