import type { Components, JSX } from "../types/components";

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