import { PaginationProps } from 'antd'; import './index.less'; import React from 'react'; type cusProps = { spaceBetween?: boolean; }; declare const Pagination: (props: PaginationProps & cusProps) => React.JSX.Element; export { Pagination };