type Props = { totalPages: number; }; export declare function Pagination({ totalPages }: Props): import("react").JSX.Element; export {};