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