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