import React from 'react'; import { Props } from './types'; import './index.scss'; declare const Pagination: React.FC; export default Pagination;