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