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