import type { RenderTemplateInput } from '../../types/index.js'; export declare function htmlTemplate({ bodyHtml, linkTags, title, favicon, preload, headScriptTags, postBodyScriptTags, preBodyScriptTags, lang, productClass, fonts, runtimeCss, }: RenderTemplateInput & { fonts?: string; }): string; //# sourceMappingURL=template.d.ts.map