import React, { FunctionComponent } from 'react';
import { TaroPaginationProps } from "../../types";
export declare const Pagination: FunctionComponent<Partial<TaroPaginationProps> & Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange'>>;
