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