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