import { LitElement } from "lit"; export declare class EprRadioBtnGroup extends LitElement { groupName: string; labelText: string; selectedOption: string; options: string; withLabel: boolean; withoutIcon: boolean; static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'epr-radiobtn-group': EprRadioBtnGroup; } }