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