import type { ViewTemplate } from '@microsoft/fast-element'; import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation'; import type { Select } from './select'; export declare const foundationSelectTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate