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