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