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