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