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