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