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