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