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