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