import { HTMLRenderLayerNavigation } from "./html-render-layer-navigation.js";
/**
* A web component for use in the default slot of the \ web component.
* It is used to navigate the DOM.
*
* @alpha
* @remarks
* HTML Element: \
*/
export declare const fastToolingHTMLRenderLayerNavigation: (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 HTMLRenderLayerNavigation>;