import { ReactElement } from 'react'; declare const PaginationSummary: { (): ReactElement; displayName: string; }; export { PaginationSummary };