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