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