import { ViewTemplate } from "@microsoft/fast-element"; import { ElementDefinitionContext } from "@microsoft/fast-foundation"; import { HTMLRender } from "./html-render.js"; export declare const htmlRenderTemplate: (context: ElementDefinitionContext) => ViewTemplate;