import { PaginationProps } from './types'; export default function Pagination(props: PaginationProps): import("react/jsx-runtime").JSX.Element;