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