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