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