import type { TemplateHtml } from "../types/index"; /** * This allows you to parse a template string with a function. */ export declare const html: TemplateHtml; //# sourceMappingURL=html.d.ts.map