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