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