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