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