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