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