import React from "react"; import type PaginationProps from "./private/types/PaginationProps"; import type PolymorphicNextPrevButtonProps from "./private/types/PolymorphicNextPrevButtonProps"; import type PolymorphicPagesProps from "./private/types/PolymorphicPagesProps"; import type WithChildren from "./private/types/WithChildren"; export declare const PrevButton: = "button">({ className, children, as, ...rest }: PolymorphicNextPrevButtonProps) => React.JSX.Element; export declare const NextButton: = "button">({ className, children, as, ...rest }: PolymorphicNextPrevButtonProps) => React.JSX.Element; declare const Pagination: (({ children, className, currentPage, setCurrentPage, totalPages, hrefsArray, edgePageCount, middlePagesSiblingCount, }: WithChildren) => React.JSX.Element) & { Pages: = "a">({ as, className, truncableText, ...rest }: PolymorphicPagesProps) => React.JSX.Element; PrevButton: = "button">({ className, children, as, ...rest }: PolymorphicNextPrevButtonProps) => React.JSX.Element; NextButton: = "button">({ className, children, as, ...rest }: PolymorphicNextPrevButtonProps) => React.JSX.Element; }; export default Pagination; //# sourceMappingURL=Pagination.d.ts.map