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