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