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