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