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