import React, { ReactElement } from 'react';
import { IPaginatorBarProps } from './type';
export declare const PaginatorBar: React.MemoExoticComponent<({ pagination, }: IPaginatorBarProps) => ReactElement>;
