import React, { PureComponent } from 'react';
import { InjectedFocusableProps } from '../common/Focusable';
import { PaginationProps } from '.';
/** Component for pagination */
export declare class Pagination extends PureComponent<InjectedFocusableProps<PaginationProps, HTMLDivElement>> {
    static displayName: string;
    static defaultProps: PaginationProps;
    _getMaxPagesToShow: () => 7 | 8 | 9;
    render(): React.JSX.Element;
}
declare const _default: React.ComponentType<PaginationProps & import("../common/Focusable").WithFocusableProps<HTMLDivElement>>;
export default _default;
//# sourceMappingURL=Pagination.d.ts.map