import { PaginationItemProps } from './types'; /** * Кнопка страницы. * @param props Свойства. * @return Элемент. */ export declare function PaginationItem({ rootRef, checked, disabled, children, rounds, onClick, className, href, role, ...rest }: PaginationItemProps): import("react").JSX.Element;