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