import { FC } from 'react'; /** * displays automatic pagination to the next/previous document of this same type. */ export declare const Pagination: FC;