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