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