import { ReactNode } from "react"; interface PaginationLinkProps { to: string; element: ReactNode; } export declare const PaginationLink: ({ to, element }: PaginationLinkProps) => JSX.Element; export {}; //# sourceMappingURL=paginationLink.d.ts.map