import * as React from "react"; declare const Pagination: ({ className, ...props }: React.ComponentProps<"nav">) => React.JSX.Element; declare const PaginationContent: React.ForwardRefExoticComponent, HTMLUListElement>, "ref"> & React.RefAttributes>; declare const PaginationItem: React.ForwardRefExoticComponent, HTMLLIElement>, "ref"> & React.RefAttributes>; export { Pagination, PaginationContent, PaginationItem, }; //# sourceMappingURL=pagination-stub.d.ts.map