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