import type { html_attr_def_T } from '../html_attr/index.js' /** * Returns a string of attrs for an html element */ export declare function html_attrs_(...attr_def_a:html_attr_def_T[]):string