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