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