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