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