import { TemplateStringsArray, ITemplateResult } from './type'; /** * The return type of `html`, which holds a Template and the values from * interpolated expressions. */ export declare class TemplateResult implements ITemplateResult { strings: TemplateStringsArray; values: any[]; type: string; constructor(strings: TemplateStringsArray, values: any[], type: string); /** * Returns a string of HTML used to create a `