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