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