import type { FC } from "react"; import type { IComponentBaseProps } from "../../../types/components/index.d.mts"; import type { IPaginationItem } from "../config/types/index.d.mts"; /** * Компонент элемента пагинации. * @returns {ReactElement} */ export declare const PaginationItem: FC;