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