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