import { type TemplateResult } from '../../../../Dom/Html'; import type { ChoiceGroupElement } from './ChoiceGroupElement'; /** * The template of the `ChoiceGroupElement`. * * @public */ export declare function choiceGroupElementTemplate(e: T): TemplateResult; //# sourceMappingURL=ChoiceGroupElementTemplate.d.ts.map