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