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