import React from 'react';
import type { Item, ItemElement } from '../components/Item';
import type { NextSection } from './pagination-section';
export declare function renderEntireSection(items: ItemElement[], prev?: Item, next?: NextSection, header?: React.ReactNode): React.JSX.Element;
