import { PaginationProps } from './types';
declare const Pagination: ({ page, feedback, feedbackLabel, feedbackSeparator, firstPageLabel, lastPageLabel, prevPageLabel, nextPageLabel, range, results, size, layout, rounded, outline, outlineColor, icons, minimal, btnBackground, btnColor, onChange, className, style, }: PaginationProps) => import("react/jsx-runtime").JSX.Element;
export default Pagination;
