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