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