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