/// <reference types="react" />
declare function PaginationComponent(props: any): JSX.Element;
export default PaginationComponent;
