import { CollectionNode, CollectionProps } from './types'; export declare class CollectionBuilder { build(props: CollectionProps): Iterable; private getNodes; private createNode; private getCollectionElement; private getKey; }