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