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