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