declare function html(templateStrings: TemplateStringsArray, ...templateParameters: unknown[]): DocumentFragment;

export { html };
