import { PaginatorProps } from './types';
export declare const Paginator: ({ current, onChange, lastPage, arrowStyles, }: PaginatorProps) => import("react/jsx-runtime").JSX.Element;
