import type { ViewTemplate } from '@ni/fast-element'; import type { FoundationElementTemplate } from '@ni/fast-foundation'; import type { Breadcrumb } from '.'; /** * The template for the {@link @ni/fast-foundation#Breadcrumb} component. * @public */ export declare const breadcrumbTemplate: FoundationElementTemplate>;