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