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