import type { Components, JSX } from "../types/components"; interface IfxRadioButtonGroup extends Components.IfxRadioButtonGroup, HTMLElement {} export const IfxRadioButtonGroup: { prototype: IfxRadioButtonGroup; new (): IfxRadioButtonGroup; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;