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