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