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