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