import React from 'react'; import { type SpiritPaginationLinkPreviousNextProps } from '../../types'; declare const PaginationLinkNext: React.ForwardRefExoticComponent & React.RefAttributes>; export default PaginationLinkNext;