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