import React from 'react'; import type { OldPaginationArrowProps } from './converter.old'; export type PaginationArrowProps = OldPaginationArrowProps; export declare const PaginationArrow: React.FC;