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