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