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