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