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