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