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