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