import type { DynamicAttributes } from '../../themes'; export declare function parseDynamicAttributes(node: SVGElement, attributes: DynamicAttributes): T;