import React from 'react';
import type { ItemElement } from '../../navigation';
import type { NextSection } from './pagination-section';
import type { ReferenceDocsLocation } from '../../settings';
export declare function renderIndividualItem(items: ItemElement[], path: string, location: ReferenceDocsLocation, next?: NextSection, hidePaginationButtons?: boolean): React.JSX.Element;
