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

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