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