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