import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation'; import type { Optgroup } from './optgroup'; export declare const foundationOptgroupTemplate: (_context: ElementDefinitionContext, _definition: FoundationElementDefinition) => import("@microsoft/fast-element").ViewTemplate; //# sourceMappingURL=optgroup.template.d.ts.map