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

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