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