import type { nullish } from '../nullish/index.js' export declare function html_attr_(key:string, val:string):string export declare function raw__html_attr_(key:string, val:string):string export type html_attr_def_T = Record|string|string[]|nullish export type attr_def_T = html_attr_def_T