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