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