import type { ViewTemplate } from '@microsoft/fast-element'; import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation'; import type { Badge } from './badge'; export declare const foundationBadgeTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate; //# sourceMappingURL=badge.template.d.ts.map