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