import type { Components, JSX } from "../types/components"; interface RuxIconRadio extends Components.RuxIconRadio, HTMLElement {} export const RuxIconRadio: { prototype: RuxIconRadio; new (): RuxIconRadio; };