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