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