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