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