import React from "react"; import type { PaginationProps } from "./-types"; export type { PaginationProps }; export declare function Pagination(props: PaginationProps): React.ReactElement;