import { CollectionBase, Node } from '@react-types/shared'; export declare class CollectionBuilder { private context?; private cache; build(props: Partial>, context?: unknown): Iterable>; private iterateCollection; private getKey; private getChildState; private getFullNode; }