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