import { ComponentProps, FC } from 'react'; type Props = { current?: boolean; }; export declare const PaginationLink: FC, keyof Props> & Props>; export {};