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