import { HTMLRenderLayerInlineEdit } from "./html-render-layer-inline-edit.js";
/**
* A web component for use in the default slot of the \ web component.
* It is used to update HTML text nodes.
*
* @alpha
* @remarks
* HTML Element: \
*/
export declare const fastToolingHTMLRenderLayerInlineEdit: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
baseName: string;
template: import("@microsoft/fast-element").ViewTemplate;
styles: import("@microsoft/fast-element").ElementStyles;
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
baseName: string;
template: import("@microsoft/fast-element").ViewTemplate;
styles: import("@microsoft/fast-element").ElementStyles;
}, typeof HTMLRenderLayerInlineEdit>;