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