import type { ParsedInfographicOptions } from '../../options'; export declare function renderShape(svg: SVGSVGElement, node: SVGElement, options: ParsedInfographicOptions): SVGElement | null; export declare function renderStaticShape(node: SVGElement, options: ParsedInfographicOptions): void;