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