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