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