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