declare const html: (strings: TemplateStringsArray, ...values: any[]) => HTMLElement | HTMLElement[]; export { html };