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