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