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