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