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