import type { SvgNode } from '../nodes/svgnode.js'; import type { ContextColors } from './attributestate.js'; export declare class ReferencesHandler { private readonly renderedElements; private readonly idMap; private readonly idPrefix; private static instanceCounter; constructor(idMap: { [id: string]: SvgNode; }); getRendered(id: string, contextColors: ContextColors | null, renderCallback: (node: SvgNode) => Promise): Promise; get(id: string): SvgNode; generateKey(id: string, contextColors: ContextColors | null): string; } //# sourceMappingURL=referenceshandler.d.ts.map