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