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