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