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