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