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