import React from 'react'; import { PaginationProps } from '@alicloudfe/components/types/pagination'; import { responsivePaginationType } from '../../typing'; import './index.scss'; declare const _default: React.MemoExoticComponent<(props: PaginationProps & { responsivePaginationType?: responsivePaginationType | undefined; useMaxData?: boolean | undefined; }) => JSX.Element>; export default _default;