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