export function html<R = any>(
    strings: TemplateStringsArray,
    ...values: any[]
): R;

export default html;
