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