/**
 * Helper function to set a dict of attributes on element (w/ specified namespace)
 */
export declare function setAttributesNS<T extends SVGElement>(el: T, attributes: Record<string, string>): T;
//# sourceMappingURL=setAttributesNS.d.ts.map