/**
 * 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
 */
declare function setValueForStyles(node: any, styles: any): void;
export default setValueForStyles;
//# sourceMappingURL=index.d.ts.map