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