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