/** * Sets the value for multiple styles on a node. If a value is specified as * '' (empty string), the corresponding style property will be unset. * * @param {DOMElement} node * @param {object} styles */ export declare function setValueForStyles(node: any, styles: any): void; //# sourceMappingURL=index.d.ts.map