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