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