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