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