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