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