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