import type { Context } from '../../core'; import { type ForEach, type Key, type KeyFn } from './common'; import type { FC } from '../../jsx'; export declare function renderItems(items: T[], itemRenderFn: FC, roots: (ForEach | Node)[], keys: Map, number> | undefined, keyFn: KeyFn | undefined, context?: Context): Node[];