import type { html_attr_def_T } from '../html_attr/index.js' /** * Assigns additional styles to the style attribute on the HTMLElement el. */ export declare function html_style__assign( el:HTMLElement, ...style_def_a:html_attr_def_T[] ):HTMLElement