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