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