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