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