/// <reference types="react" />
declare const Pagination: {
    ({ totalPages, currentPage, pageSize, setPageSize, setCurrentPage, totalRecords, limits, disabledPagination, pageText, showText, showingText, ofText, nextContent, previousContent, }: PaginationProps): JSX.Element;
    type: string;
};
export default Pagination;
