import { HTMLRender, htmlRenderOriginatorId } from "./html-render.js"; /** * A web component for rendering HTML using the MessageSystem. * * @alpha * @remarks * HTML Element: \ */ export declare const fastToolingHTMLRender: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{ baseName: string; template: (context: import("@microsoft/fast-foundation").ElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate; styles: (context: any, definition: any) => import("@microsoft/fast-element").ElementStyles; }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{ baseName: string; template: (context: import("@microsoft/fast-foundation").ElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate; styles: (context: any, definition: any) => import("@microsoft/fast-element").ElementStyles; }, typeof HTMLRender>; export { htmlRenderOriginatorId };