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