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