import * as T from './Pagination.types'; export declare function Pagination({ current, pages, next, prev, width, layout, disabled, maxButtons, customTotal, customPager, customPrevIcon, customNextIcon, onChange, onPrev, onNext, theme: customTheme, }: T.PaginationProps): import("react/jsx-runtime").JSX.Element; export * from './Pagination.types'; export default Pagination;