import { ParsedInfographicOptions } from '../../options'; import type { ItemDatum } from '../../types'; export declare function renderItemIcon(svg: SVGSVGElement, node: SVGElement, datum: ItemDatum, options: ParsedInfographicOptions): SVGGElement | null;