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