import { Component } from "react"; import { SimplePaginationProps } from "./SimplePaginationProps"; export declare class SimplePagination extends Component { get hasPreviousPage(): boolean; get hasNextPage(): boolean; render(): JSX.Element; }