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