import React from 'react'; import { PaginationControlProps } from './types'; export declare const PaginationControl: { (props: PaginationControlProps): React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)>; displayName: string; };