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