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